1
chenhaozhe
4 天以前 a686ad3d52b6887129a27fa4d99e17899a30241f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models.基础资料
{
    public class ClsGy_EmployeeSub
    {
        public int? HItemID { get; set; }
        public int? HEmpID { get; set; }
        public int? HPostID { get; set; }
        public string HRemark { get; set; } = "";
    }
}