111
cjs
2025-06-24 470d5135f9cb53898e167eeb4c7f74a80bb5f4dc
HH.WCS.Mobox3.NongFuLinZhi/models/WMSTask.cs
@@ -28,6 +28,9 @@
        /// 1入库 2出库
        /// </summary>
        public int N_TYPE { get; set; }
        public string S_TRAY_TYPE { get; set; }
        public string S_WORK_NO { get; set; }
        public string S_ITEM_CODE { get; set; }
        public string S_OP_DEF_NAME { get; set; }
        /// <summary>
        /// 应该根据货位查找仓库对应的工厂
@@ -48,7 +51,7 @@
        /// <summary>
        /// 入库站台 1:西;2:东;
        /// </summary>
        public string S_STATION_LOC { get; set; } = "1";
        //public string S_STATION_LOC { get; set; } = "1";
        public int N_LASTE_B_STATE { get; set; }
        public string C_NEED_SORTING { get; set; } = "N";
        public int N_FAIL_COUNT { get; set; }
@@ -57,8 +60,8 @@
        /// <summary>
        /// 确认入库
        /// </summary>
        public string S_STORE { get; set; } = "Y";
        public int N_TRAY_WEIGHT { get; set; } = 0;
        //public string S_STORE { get; set; } = "Y";
        //public int N_TRAY_WEIGHT { get; set; } = 0;
        /// <summary>
        /// 0 等待/1 执行/2 完成/3 错误/4 启劢失败 /5 暂停启劢