zyf
2025-06-03 e66255ea9dafedb0bc2c2f0787af2097cca549d6
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; }
    }
}