ZhiYeJianKang_PeiXun/Song.Site/Ext/SyncData/Entity/zybZywsda.cs
2025-02-20 15:41:53 +08:00

99 lines
2.0 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Song.Site.Ext.SyncData.Entity
{
public class zybZywsda
{
/**
* 接害因素名称前台显示
*/
public string jhysNames;
/**
* 视屏应用大类
*/
public string jhdl;
/**
*
* 所有选择的接害因素
*/
public string jhselected;
/**
* 岗位状态 : 0 岗前 1:岗中
*/
public string jobStatus;
public string id;
public string zgName;//职工名称
public string qyName; //企业名称
public string enterpriseId;//企业id
public string status;//员工状态 0: 离职 1:在职
/**
* 删除状态 1正常 0删除
*/
public string isDel;
public string personnelId;//员工id
//@DateTimeFormat(pattern = "yyyy-MM-dd")
public DateTime entryTime;//入职时间
//@DateTimeFormat(pattern = "yyyy-MM-dd")
public DateTime turnoverTime;//离职时间
/**
* 工种
*/
public string typeWorkId;//工种Id
public string gzName;
/**
* 部门
*/
public string departmentId;
public string departmentName;
/**
* 接害因素
*/
public string victimIds;//接害因素IDS
/**
* 接害因素名称新加
*/
public string victimName;
public string jhNames;
public string areaName;//
public string areaDaRs;//
public string yrdwzs; //用人单位总数 /用人单位注册率
public string ytbfb;//已填报百分比
public string ytbdw; //已填报单位
public string wtbdw; //未填报百分比
public string yzcdw; //已注册单位
public string wzcdw; //未注册单位
}
}