服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2025-01-02 57d17c5bf6c61a03db4340ba3a251e2cfd0811e3
更新枚举值描述并新增 WoFlowCardPrintJson 属性
已修改2个文件
9 ■■■■ 文件已修改
Tiger.Model.Net/Entitys/BAS/BAS_PROCESS_VAR.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Model.Net/Entitys/BAS/BAS_PROCESS_VAR.cs
@@ -121,8 +121,8 @@
            ServerMethod = 0,
            [Description("条码生成")]
            BarcodeGenerate = 1,
            [Description("方法")]
            WebApiWebApi = 2,
            [Description("WebApi方法")]
            WebApi = 2,
            [Description("存储过程")]
            StoredProcedure = 3,
        }
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -91,11 +91,16 @@
    {
        public string ID { get; set; }
        public string OrderNo { get; set; }
        public string Status { get; set; }
        public string ItemCode { get; set; }
        public string ItemDesc { get; set; }
        public string Model { get; set; }
        public string SapCode { get; set; }
        public string Remark { get; set; }
        public string SoRemark { get; set; }
        public string MoRemark { get; set; }
        public string Customer { get; set; }
        public string DemandCode { get; set; }
        public string RouteStr { get; set; }
        public decimal Qty { get; set; }
        public List<PrintWoPickList> Items { get; set; } = new List<PrintWoPickList>();