18256738414
7 天以前 071a7efe34469cbfc0f5401291c6e3ba21f31b19
api/ApiModel.cs
@@ -464,5 +464,19 @@
            public string staff { get; set; } = "None";//操作人
            public string shift { get; set; } = "None";//班次
        }
        public class EmptyLineToLineInfo
        {
            public string startLoc { get; set; }//起点
            public string staff { get; set; } = "None";//操作人
        }
        public class EmptyLineToEmptyMaxInfo
        {
            public string startLoc { get; set; }//起点
            public int cntCount { get; set; }//容器数量
            public string staff { get; set; } = "None";//操作人
        }
    }
}