duhe
2025-03-26 7eb2427db47b9cd9413a3ef51afd34658ed71c3d
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 int HCREATEORGID { get; set; }
        public bool HTProcessFlag { get; set; }
        public string HBarCodeForBase { get; set; }
@@ -48,5 +49,9 @@
        public int HQCSchemeID_Fst { get; set; }
        public int HQCSchemeID_Proc { get; set; }
        public int HQCSchemeID_Patrol { get; set; }
        public string HPayMentType { get; set; }
        public string HMakeEmp { get; set; }
        public decimal HStandardWages { get; set; }  //鏍囧噯宸ヤ环
    }
}