1
This commit is contained in:
@@ -11,6 +11,14 @@ namespace Model
|
||||
public string PipelineComponentCode { get; set; } //预制组件代码
|
||||
public string MaterialName { get; set; } //预制组件代码
|
||||
public string InputMasterId { get; set; }
|
||||
public string OutputMasterId { get; set; }
|
||||
public string OutputMasterId { get; set; }
|
||||
/// <summary>
|
||||
/// 库存数量
|
||||
/// </summary>
|
||||
public decimal StockNum { get; set; }
|
||||
/// <summary>
|
||||
/// 差异数量
|
||||
/// </summary>
|
||||
public decimal DiffNum { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,8 @@ namespace Model
|
||||
public string StateString { get; set; }
|
||||
public string TypeString { get; set; }
|
||||
public string CreateManName { get; set; }
|
||||
public string AuditManName { get; set; }
|
||||
public string AuditManName2 { get; set; }
|
||||
public string ReqUnitName { get; set; }
|
||||
public string UnitWorkId { get; set; }
|
||||
public string WeldTaskCode { get; set; }
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Model
|
||||
{
|
||||
public class Tw_PipeLineMat
|
||||
{
|
||||
public string PipelineId { get; set; }
|
||||
public string PrefabricatedComponents { get; set; }
|
||||
public string MaterialCode { get; set; }
|
||||
public decimal? Number { get; set; }
|
||||
public string MaterialUnit { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user