pan
2025-11-19 c84db706e8c8d82a96bb4b4c18c243a42b2976c1
ÏîÄ¿´úÂë/WMSÎÞ²Ö´¢°æ/WIDESEA_WMSServer/WIDESEA_Model/Models/Outbound/Dt_OutboundOrder.cs
@@ -84,7 +84,7 @@
        /// é»˜è®¤å€¼:
        ///</summary>
        [SugarColumn(ColumnName = "isBatch", ColumnDescription = "是否分批")]
        public int? IsBatch { get; set; }
        public int IsBatch { get; set; }
        /// <summary>
        /// å¤‡  æ³¨:厂区
@@ -99,6 +99,15 @@
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "备注")]
        public string Remark { get; set; }
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "操作者")]
        public string Operator { get; set; }
        /// <summary>
        /// å›žä¼ MES
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "回传MES")]
        public int ReturnToMESStatus { get; set; } = 0;
        /// <summary>
        /// å‡ºåº“单明细
        /// </summary>