chenhaozhe
2025-05-26 29bf38f64c14321cf435e897c396111e92ab03a7
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; }       // 代码
@@ -23,6 +23,11 @@
        public int HUSEORGID;
        public string HBarCodeForBase { get; set; }
        public string HCompName { get; set; }//劳务单位
        public string HPayMentType { get; set; }//记件类型
    }
}