hao
2025-10-22 89d384623e1acdb3c58ec6d4094f9e8f2ec5ca57
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; }
    }
}