服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2024-10-14 07a89d9d534aab73d4e7a4812a0d78312af72b58
Tiger.Model.Net/Entitys/MES/ParameterEntity/BizMesWoParameter.cs
@@ -11,6 +11,7 @@
        public string WorkOrder { get; set; }
        public string WoBatch { get; set; }
        public string UserId { get; set; }
        public string ActLine { get; set; }
        public int Status { get; set; }
        public int RouteStatus { get; set; }
    }
@@ -18,6 +19,8 @@
    public class BizLabelVarWoInput
    {
        public string WorkOrder { get; set; }
        public string CustCode { get; set; }
        public string ProdCode { get; set; }
        public string LabelId { get; set; }
        public int draw { get; set; }