chenhaozhe
4 天以前 5a9d51aa1202f4e52173245d3069e6bd1949d51b
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; }//记件类型
    }
}