wangxinhui
2025-04-29 95e39ae7aecd6e1016c71cf5ae70a680d8f569bb
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Inbound/Dt_MesProInOrder.cs
@@ -29,7 +29,6 @@
        /// <summary>
        /// å…¥åº“单据编号
        /// </summary>
        [CodeRule(RuleCodeEnum.ProInCodeRule)]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "入库单据编号")]
        public string ProInOrderNo { get; set; }
        /// <summary>
@@ -48,11 +47,21 @@
        [SugarColumn(IsNullable = false, ColumnDescription = "是否拆箱入库")]
        public int UnPackStock { get; set; }
        /// <summary>
        /// åˆ›å»ºæ–¹å¼
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "创建方式")]
        public int CreateType { get; set; }
        /// <summary>
        /// å·¥ä½œä¸­å¿ƒ
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "工作中心")]
        public string WorkCenter { get; set; }
        /// <summary>
        /// ä¸Šä¼ ERP状态
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "上传ERP状态")]
        public int UpErpStatus { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "备注")]