This commit is contained in:
2024-09-27 18:17:21 +08:00
parent be070f85e2
commit 064a849b97
73 changed files with 3248 additions and 589 deletions
+12 -2
View File
@@ -8,8 +8,18 @@ namespace Model
{
public class Tw_InOutDetailOutput:Model.Tw_InOutPlanDetail
{
public string PipelineComponentCode { get; set; } //预制组件代码
public string MaterialName { get; set; } //预制组件代码
/// <summary>
/// 预制组件代码
/// </summary>
public string PipelineComponentCode { get; set; }
/// <summary>
/// 材料名称
/// </summary>
public string MaterialName { get; set; }
/// <summary>
/// 材料描述
/// </summary>
public string MaterialDef { get; set; }
public string InputMasterId { get; set; }
public string OutputMasterId { get; set; }
/// <summary>