lss
2025-06-27 cee2bc19f3e1b0cf528affb23e3819bf94672eea
HH.WCS.Mobox3/HH.WCS.Mobox3.JiaTong/process/HttpModel.cs
@@ -151,7 +151,18 @@
            /// 状态变更时间
            /// </summary>
            [JsonProperty("time")]
            public string Time { get; set; }
            public string Time { get; set; }
            /// <summary>
            /// 状态变更时间
            /// </summary>
            [JsonProperty("rfid")]
            public string Rfid { get; set; }
            /// <summary>
            /// 状态变更时间
            /// </summary>
            [JsonProperty("flag")]
            public int Flag { get; set; }
        }
        public partial class iteminfoArrive
@@ -233,8 +244,6 @@
            /// </summary>
            [JsonProperty("result")]
            public string Result { get; set; }
            /// <summary>
            /// mes任务号
@@ -319,8 +328,8 @@
            /// <summary>
            /// 物料等级
            /// </summary>
            [JsonProperty("level")]
            public string Level { get; set; }
            [JsonProperty("partLevel")]
            public string PartLevel { get; set; }
          
        }