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; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user