Tiger.Model.Net/Entitys/MES/ParameterEntity/BizPrintInstoreDocParameter.cs
@@ -13,4 +13,12 @@ public List<InStorePrintJson> printJsons { get; set; } } public class InstoreDocInput { public string UserCode { get; set; } public string OrgCode { get; set; } public int pageSize { get; set; } = 10; } }