StandardInterface/MES.Service/Modes/SalesDeliveryNotice.cs @@ -229,7 +229,12 @@ public string? BillStatus { get; set; } /// <summary> /// 单据状态 ///</summary> [SugarColumn(ColumnName = "HB_DH")] public string? HbDh { get; set; } } }