服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-09-29 3ca43609f47e555df4368ecff037794b7a167abf
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -9,8 +9,21 @@
    public class BizMesWoInput
    {
        public string WorkOrder { get; set; }
        public string WoBatch { get; set; }
        public string UserId { get; set; }
        public string ActLine { get; set; }
        public int Status { get; set; }
        public int RouteStatus { get; set; }
    }
    public class BizLabelVarWoInput
    {
        public string WorkOrder { get; set; }
        public string LabelId { get; set; }
        public int draw { get; set; }
        public int pageIndex { get; set; }
        public int pageSize { get; set; }
    }
}