yusijie
2025-03-31 ebf11be449b2c91d4158d1d8917e521a04ed59c9
WebAPI/Models/Gy_Group.cs
@@ -5,23 +5,29 @@
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; }       // 代码
        public string HName { get; set; }         //  
        public string HHelpCode { get; set; }      //助记码
        public string HShortNumber { get; set; }   //短代码
        public string HEndFlag { get; set; }      //末级标志
        public string HStopflag { get; set; }     //禁用标志
        public bool HEndFlag { get; set; }      //末级标志
        public bool HStopflag { get; set; }     //禁用标志
        public string HRemark { get; set; }       //备注
        public string HUseFlag { get; set; }      //使用标志
        public long HParentID { get; set; }      //父级ID
        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; }//记件类型
    }
}