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; } = "";
|
}
|
}
|