76 lines
1.4 KiB
C#
76 lines
1.4 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace Song.Site.Ext.SyncData.Entity
|
|
{
|
|
public class zybYgxx
|
|
{
|
|
public string id;
|
|
|
|
public string name;
|
|
|
|
public string idcard;
|
|
|
|
public string sex;
|
|
|
|
public string birthday;
|
|
|
|
public string password;
|
|
|
|
public string phone;
|
|
|
|
public string dutystatus;
|
|
|
|
public string roleId;
|
|
|
|
public string userName;
|
|
|
|
public string token;
|
|
|
|
public string isLogin;
|
|
|
|
/**
|
|
* 删除状态 1正常 0删除
|
|
*/
|
|
public string isDel;
|
|
/**
|
|
* 卫生档案
|
|
*/
|
|
// @JSONField(serialize = false)
|
|
public zybZywsda zybZywsda;
|
|
/**
|
|
* 企业体检信息
|
|
*/
|
|
// @JSONField(serialize = false)
|
|
public zybQytjxx zybQytjxx;
|
|
/**
|
|
* 企业员工体检信息
|
|
*/
|
|
// @JSONField(serialize = false)
|
|
public zybQyygtjxx zybQyygtjxx;
|
|
|
|
// 扩展企业信息20221121 zyk
|
|
public zybEnterprise zybEnterprise;
|
|
|
|
|
|
/**
|
|
* 企业名称
|
|
*/
|
|
public string qyName;
|
|
|
|
/**
|
|
* 工种名称
|
|
*/
|
|
public string gzName;
|
|
|
|
/**
|
|
* 工种名称
|
|
*/
|
|
public string departmentName;
|
|
|
|
|
|
public string departmentId;
|
|
}
|
|
} |