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