chenhaozhe
2025-10-22 549df1cac1529f4fc9b5d9b64e27de5d5d8b8951
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; }       // 代码
@@ -26,6 +26,8 @@
        public string HCompName { get; set; }//劳务单位
        public string HPayMentType { get; set; }//记件类型
    }
}