zyf
2025-06-17 1e1b8c262ebe02e82f93c4344f9feb9624f77b52
MES.Service/Modes/SalesDeliveryNotice.cs
@@ -225,5 +225,12 @@
        ///</summary>
         [SugarColumn(ColumnName="ERP_ID"    )]
         public string ErpId { get; set; }
        /// <summary>
        /// 单据状态
        ///</summary>
        [SugarColumn(ColumnName = "BILL_STATUS")]
        public string BillStatus { get; set; }
    }
}