lss
9 小时以前 1319cb7072623dff12369a889af766db2d166def
HH.WCS.Mobox3 - ´ó³µ¼ä/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
@@ -578,28 +578,28 @@
        /// <summary>
        /// åº“区
        /// </summary>
        [JsonPropertyName("warehouse")]
        public string Warehouse { get; set; }
        public string warehouse { get; set; }
        /// <summary>
        /// æœºå°ç¼–号
        /// </summary>
        [JsonPropertyName("workCenter")]
        public string WorkCenter { get; set; }
        public string workCenter { get; set; }
        /// <summary>
        /// åº“位编码
        /// </summary>
        [JsonPropertyName("locationNum")]
        public string LocationNum { get; set; }
        public string locationNum { get; set; }
        /// <summary>
        /// åº“位类型
        /// </summary>
        [JsonPropertyName("type")]
        public string Type { get; set; }
        public string type { get; set; }
        /// <summary>
        /// è´§ä½çŠ¶æ€
        /// </summary>
        [JsonPropertyName("lockState")]
        public string LockState { get; set; }
        public string lockState { get; set; }
    }