chenhaozhe
2025-10-16 2fa71a673f27b62038ceba4da0413dd7bc0f3497
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; }//记件类型
    }
}