服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-24 76b825da0c844d984a4d19003b96839e81ce9c37
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -19,10 +19,12 @@
    public class BizLabelVarWoInput
    {
        public string WorkOrder { get; set; }
        public string CustCode { get; set; }
        public string ProdCode { get; set; }
        public string LabelId { get; set; }
        public int draw { get; set; }
        public int pageIndex { get; set; }
        public int page { get; set; }
        public int pageSize { get; set; }
    }