新加员工扩展信息
This commit is contained in:
+20
-3
@@ -11,7 +11,6 @@ import org.jeecgframework.poi.excel.annotation.Excel;
|
||||
import org.springframework.format.annotation.DateTimeFormat;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
|
||||
@@ -467,10 +466,28 @@ public class HealthUserEmployeeEx implements Serializable {
|
||||
@Dict(dicCode = "md_marriage_status")
|
||||
private String mdMarriageStatus;
|
||||
|
||||
// 体力活动水平
|
||||
@Schema(title = "体力活动水平")
|
||||
private String physicalActivity;
|
||||
// 昵称
|
||||
|
||||
@Schema(title = "昵称")
|
||||
private String nickname;
|
||||
|
||||
/** 新疆项目中新增维护员工的关爱人员信息 以及急救人员信息 */
|
||||
@Schema(title = "关爱联络员姓名")
|
||||
private String careLiaisonName;
|
||||
|
||||
@Schema(title = "关爱联络员职务")
|
||||
private String careLiaisonJob;
|
||||
|
||||
@Schema(title = "关爱联络员电话")
|
||||
private String careLiaisonPhone;
|
||||
|
||||
@Schema(title = "急救人员姓名")
|
||||
private String lifeguardName;
|
||||
|
||||
@Schema(title = "急救人员电话")
|
||||
private String lifeguardPhone;
|
||||
|
||||
/**
|
||||
* 岗位id
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user