hao
2025-11-28 c62655030c6b61311e29c2915d895c81c7c16762
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; }
    }
}