zrg
2024-01-09 ade73bb3949d5634fd6e34f2dc416b15096bcbc5
WebAPI/Models/基础资料/Gy_Process.cs
@@ -34,6 +34,7 @@
        public long HEmpQty { get; set; }
        public long HProcID { get; set; }
        public int HUSEORGID { get; set; }
        public bool HTProcessFlag { get; set; }
        public string HBarCodeForBase { get; set; }
        
@@ -44,5 +45,8 @@
        public long HWWBadWHID { get; set; }
        public long HWWWasterWHID { get; set; }
        public long HWHID { get; set; }
        public int HQCSchemeID_Fst { get; set; }
        public int HQCSchemeID_Proc { get; set; }
        public int HQCSchemeID_Patrol { get; set; }
    }
}