MES.Service/Modes/MesDepotSections.cs
@@ -100,4 +100,16 @@ /// </summary> [SugarColumn(ColumnName = "ERPID")] public decimal? Erpid { get; set; } /// <summary> /// 仓库类别编码 /// </summary> [SugarColumn(IsIgnore = true)] public string? DepotCode { get; set; } /// <summary> /// 仓库类别名称 /// </summary> [SugarColumn(IsIgnore = true)] public string? DepotName { get; set; } }