api/ApiModel.cs
@@ -468,6 +468,15 @@ 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";//操作人 } } }