xwt
7 天以前 e853dd2fecef3a0c446d161248d0498a5a081e66
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; }
    }
}