服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-10-28 20a0c7b19c248617fb1852a63834bb668831f86e
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -24,8 +24,17 @@
        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; }
    }
    public class RePrintInput
    {
        /// <summary>
        /// 请求类型
        /// </summary>
        public int ReqType { get; set; }
        public string Code { get; set; }
    }
}