杨张扬
4 天以前 c2d2f4eb78c54bdfdb6ffb0df5932751d538ed14
api/ApiModel.cs
@@ -464,5 +464,10 @@
            public string staff { get; set; } = "None";//操作人
            public string shift { get; set; } = "None";//班次
        }
        public class EmptyLineToLineInfo
        {
            public string startLoc { get; set; }//起点
        }
    }
}