This commit is contained in:
2024-09-24 20:38:50 +08:00
parent 4e9832dc8a
commit 8edf7e1389
46 changed files with 3109 additions and 748 deletions
+9 -1
View File
@@ -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; }
}
}