sjz
2025-02-24 e68dfae0f38b4815be49fa1f39c0996108e60147
MES.Service/Modes/SalesDeliveryNoticeDetail.cs
@@ -170,5 +170,23 @@
        ///</summary>
         [SugarColumn(ColumnName="ERP_HEAD_ID"    )]
         public string ErpHeadId { get; set; }
        /// <summary>
        ///     销售订单号
        /// </summary>
        [SugarColumn(ColumnName = "SALES_ORDER")]
        public string? SalesOrder { get; set; }
        /// <summary>
        ///    客户订单号
        /// </summary>
        [SugarColumn(ColumnName = "CUST_ORDER")]
        public string? CustOrder { get; set; }
        /// <summary>
        ///    销售合同编号
        /// </summary>
        [SugarColumn(ColumnName = "SALES_CONTRACT_NO")]
        public string? SalesContractNo { get; set; }
    }
}