新疆大屏
This commit is contained in:
-5
@@ -21,11 +21,6 @@ public class EmergencyContactParam {
|
||||
*/
|
||||
@Schema(title = "身份证号")
|
||||
private String idNo;
|
||||
/**
|
||||
* 工号
|
||||
*/
|
||||
@Schema(title = "工号")
|
||||
private String employeeNum;
|
||||
/**
|
||||
* 数据级别
|
||||
*/
|
||||
|
||||
+26
-2
@@ -7,16 +7,36 @@ import org.jeecg.common.aspect.annotation.Dict;
|
||||
@Data
|
||||
@Schema(title="健康小屋数据详情列表", description="健康小屋数据详情列表")
|
||||
public class HealthPlaceHomDetailsVO {
|
||||
/**
|
||||
* id
|
||||
*/
|
||||
@Schema(title = "id")
|
||||
private String id;
|
||||
/**
|
||||
* 单位id
|
||||
*/
|
||||
@Schema(title = "单位id")
|
||||
private String departId;
|
||||
/**
|
||||
* 单位
|
||||
*/
|
||||
@Schema(title = "单位")
|
||||
private String departName;
|
||||
/**
|
||||
* 健康小屋id
|
||||
*/
|
||||
@Schema(title = "健康小屋id")
|
||||
private String roomId;
|
||||
/**
|
||||
* 姓名
|
||||
*/
|
||||
@Schema(title = "姓名")
|
||||
private String name;
|
||||
/**
|
||||
* 身份证号
|
||||
*/
|
||||
@Schema(title = "身份证号")
|
||||
private String idCard;
|
||||
/**
|
||||
* 检查日期
|
||||
*/
|
||||
@@ -24,10 +44,12 @@ public class HealthPlaceHomDetailsVO {
|
||||
private String checkInDate;
|
||||
/**
|
||||
* 检查类型 11:BMI/21:收缩压/22:舒张压/31:血糖/41:低密度脂蛋白/42:总胆固醇/43:甘油三酯/51:尿酸/61:同型半胱氨酸 等等,缺失的可以继续加
|
||||
* 字典废弃 新接口返回了name
|
||||
*/
|
||||
@Schema(title = "检查类型 11:BMI/21:收缩压/22:舒张压/31:血糖/41:低密度脂蛋白/42:总胆固醇/43:甘油三酯/51:尿酸/61:同型半胱氨酸 等等,缺失的可以继续加")
|
||||
@Dict(dicCode = "xj_check_type")
|
||||
@Schema(title = "检查类型")
|
||||
private String checkType;
|
||||
@Schema(title = "检查类型名称")
|
||||
private String checkTypeName;
|
||||
/**
|
||||
* 去年体检值 前一年的体检值(初始值)
|
||||
*/
|
||||
@@ -53,4 +75,6 @@ public class HealthPlaceHomDetailsVO {
|
||||
*/
|
||||
@Schema(title = "是否成功空降,1:是/0.否")
|
||||
private String successFlag;
|
||||
@Schema(title = "员工统一编号")
|
||||
private String employeeNum;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user