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