111
user
4 天以前 802fc04c2d744d08c3e577dd4d91d60a3071e3d7
HH.WCS.Mobox3.NongFuLinZhi/models/WCSTask.cs
@@ -15,6 +15,9 @@
        public string S_NOTE { get; set; }
        public DateTime? T_START_TIME { get; set; }
        public DateTime? T_END_TIME { get; set; }
        /// <summary>
        /// 车号
        /// </summary>
        public string S_EQ_NO { get; set; }
        public string S_TYPE { get; set; }
        public string S_B_STATE { get; set; } = "等待";
@@ -22,6 +25,12 @@
        /// 0等待   1已推送       2执行    3完成    4错误
        /// </summary>
        public int N_B_STATE { get; set; }
        public string S_TRAY_TYPE { get; set; }
        /// <summary>
        /// 工单号
        /// </summary>
        public string S_WORK_NO { get; set; }
        public string S_ITEM_CODE { get; set; }
        public string S_START_WH { get; set; }
        public string S_END_WH { get; set; }
        public string S_START_SITE { get; set; }
@@ -51,6 +60,7 @@
        public int N_START_LAYER { get; internal set; }
        public int N_END_LAYER { get; internal set; }
        public int N_CNTR_COUNT { get; internal set; }
        public string S_WORK_MODE { get; set; }
        internal static string GetStateStr(int state) {
            //0等待     1已推送       2执行    3完成    4错误