服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2024-12-04 07bb95e4e2fa1082048d9c50ba7e3c2563e91b00
Tiger.Model.Net/Entitys/MES/ParameterEntity/U9CParameter.cs
@@ -42,6 +42,7 @@
        public List<BIZ_ERP_PROD_IN_BTH> ErpProdInBths { get; set; }
        public List<InStorePrintJson> PrintJsons { get; set; }
        public List<BAS_LABEL_TEMP> labels { get; set; }
        public string userId { get; set; }
    }
    public class InStorePrintJson
@@ -80,6 +81,8 @@
    public class RcvRptDocCreateParam
    {
       public List<CompleteList> CompleteList { get; set; }
        public string Remark { get; set; }
        public DateTime BusinessDate { get; set; }
    }
    public class CompleteList