111
lss
6 天以前 79db8fda0f71b65dfe1e1c72f307b29efc565126
HH.WCS.Mobox3 - ´ó³µ¼ä/HH.WCS.Mobox3.JiaTong/api/ApiModel.cs
@@ -578,31 +578,49 @@
        /// <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; }
    }
    public partial class CreatTask
    {
        /// <summary>
        /// èµ·å§‹ä½ç½®
        /// </summary>
        public string InitialLocation { get; set; }
        /// <summary>
        /// ç›®æ ‡ä½ç½®
        /// </summary>
        public string TargetLocation { get; set; }
    }
    /// <summary>
    /// åˆè‚¥ä½³é€šå¤§å±æŽ¥å£æ•°æ®ç±»
    /// </summary>