服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-24 4e7803e64656655103a96c4e426bf1bf2563e3f7
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; }
    }
}