WebAPI/Models/Gy_Group.cs
@@ -5,7 +5,7 @@ namespace WebAPI.Models { public class Gy_Group public class Gy_Group:DBUtility.ClsGy_Base_Model { public long HItemID { get; set; } public string HNumber { get; set; } // 代码 @@ -20,8 +20,14 @@ public long HDeptID { get; set; } public long HEmpQty { get; set; } public long HProcID { get; set; } public int HUSEORGID; public string HBarCodeForBase { get; set; } public string HCompName { get; set; }//劳务单位 public string HPayMentType { get; set; }//记件类型 } }