新需求开发
This commit is contained in:
-2
@@ -96,6 +96,4 @@ public class LargeScreenData implements Serializable {
|
||||
this.name = dto.getName();
|
||||
this.value = dto.getValue();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
+15
-2
@@ -70,9 +70,22 @@ public class Resource implements Serializable {
|
||||
/**
|
||||
* 资源类型(1:油田医院 3:健康小屋 5:救护车) 202508xj 项目字典发生变化 , 使用字典resource_type ,
|
||||
*/
|
||||
@Excel(name = "资源类型(1:油田医院 3:健康小屋 5:救护车)", width = 15)
|
||||
@Schema(title = "资源类型(1:油田医院 3:健康小屋 5:救护车 )")
|
||||
@Excel(name = "资源类型(1:油田医院 3:健康小屋 4:AED 5:救护车)", width = 15)
|
||||
@Schema(title = "资源类型(1:油田医院 3:健康小屋 4:AED 5:救护车 )")
|
||||
private String type;
|
||||
|
||||
/**
|
||||
* 在岗人数
|
||||
*/
|
||||
@Schema(title = "在岗人数")
|
||||
private Integer jobNum;
|
||||
|
||||
/**
|
||||
* 运转时间(分钟)
|
||||
*/
|
||||
@Schema(title = "运转时间(分钟)")
|
||||
private Integer runTime;
|
||||
|
||||
/**
|
||||
* 救治范围
|
||||
*/
|
||||
|
||||
+71
@@ -0,0 +1,71 @@
|
||||
package com.renkang.emergency.entity;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.*;
|
||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.experimental.Accessors;
|
||||
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;
|
||||
|
||||
@Data
|
||||
@TableName("xj_aed")
|
||||
@Accessors(chain = true)
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
public class XjAed implements Serializable {
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
@TableId(type = IdType.ASSIGN_ID)
|
||||
@Schema(title = "主键")
|
||||
private String id;
|
||||
|
||||
@Excel(name = "aed名称", width = 15)
|
||||
@Schema(title = "aed名称")
|
||||
private String name;
|
||||
|
||||
@Excel(name = "设置地点", width = 15)
|
||||
@Schema(title = "设置地点")
|
||||
private String address;
|
||||
|
||||
@Excel(name = "经度", width = 15)
|
||||
@Schema(title = "经度(火星坐标系)")
|
||||
private BigDecimal longitude;
|
||||
|
||||
@Excel(name = "纬度", width = 15)
|
||||
@Schema(title = "纬度(火星坐标系)")
|
||||
private BigDecimal latitude;
|
||||
|
||||
@Excel(name = "管理员姓名", width = 15)
|
||||
@Schema(title = "管理员姓名")
|
||||
private String manageName;
|
||||
|
||||
@Excel(name = "管理员电话", width = 15)
|
||||
@Schema(title = "管理员电话")
|
||||
private String managePhone;
|
||||
|
||||
@Schema(title = "orgCode")
|
||||
private String orgCode;
|
||||
|
||||
@Schema(title = "orgName")
|
||||
@TableField(exist = false)
|
||||
private String orgName;
|
||||
|
||||
private Integer delFlag;
|
||||
|
||||
private String createBy;
|
||||
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date createTime;
|
||||
|
||||
private String updateBy;
|
||||
|
||||
@JsonFormat(timezone = "GMT+8", pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private Date updateTime;
|
||||
}
|
||||
+58
@@ -0,0 +1,58 @@
|
||||
package com.renkang.emergency.entity.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
|
||||
@Data
|
||||
public class LoveTrendVO {
|
||||
private String id;
|
||||
private String empId;
|
||||
private String treatPlanResponse;
|
||||
private String dietSuggestionResponse;
|
||||
private String sportGuideResponse;
|
||||
private String lifeManageResponse;
|
||||
private String createDate;
|
||||
private String updateDate;
|
||||
private String createBy;
|
||||
private String updateBy;
|
||||
private String delFlag;
|
||||
private String dataLevel;
|
||||
private String negativeList;
|
||||
private Integer flagFat;
|
||||
private BigDecimal bmi;
|
||||
private BigDecimal height;
|
||||
private BigDecimal weight;
|
||||
private BigDecimal bmiCurrent;
|
||||
private String hypertension;
|
||||
private String systolicPressureAvg;
|
||||
private String systolicPressureTarget;
|
||||
private String systolicPressureCurrent;
|
||||
private String diastolicPressureAvg;
|
||||
private String diastolicPressureTarget;
|
||||
private String diastolicPressureCurrent;
|
||||
private String diabetes;
|
||||
private String glu;
|
||||
private String bloodSugarTarget;
|
||||
private String bloodSugarCurrent;
|
||||
private String ldl;
|
||||
private String ldlTarget;
|
||||
private String ldlCurrent;
|
||||
private String tc;
|
||||
private String tcTarget;
|
||||
private String tcCurrent;
|
||||
private String tg;
|
||||
private String tgTarget;
|
||||
private String tgCurrent;
|
||||
private String uricAcid;
|
||||
private String uricAcidTarget;
|
||||
private String uricAcidCurrent;
|
||||
private String homocysteine;
|
||||
private String homocysteineTarget;
|
||||
private String homocysteineCurrent;
|
||||
private String workUnit;
|
||||
private String workUnitId;
|
||||
private Integer age;
|
||||
private String sex;
|
||||
private String name;
|
||||
}
|
||||
Reference in New Issue
Block a user