焊接材料管理修改
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class Tw_InOutDetailOutput:Model.Tw_InOutPlanDetail
|
||||
{
|
||||
public string PipelineComponentCode { get; set; } //预制组件代码
|
||||
public string MaterialName { get; set; } //预制组件代码
|
||||
public string InputMasterId { get; set; }
|
||||
public string OutputMasterId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user