zhangfeng
2022-09-21 17f8dd032fc267b38cdddc88de416aeab2600f90
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/model/dto/resp/EmergencyDrillEvaluationDetailRespDTO.java
@@ -9,6 +9,26 @@
public class EmergencyDrillEvaluationDetailRespDTO {
    // 应急演练计划
    private String emergencyPlanName;
    private String makingUserName;
    public String getEmergencyPlanName() {
        return emergencyPlanName;
    }
    public void setEmergencyPlanName(String emergencyPlanName) {
        this.emergencyPlanName = emergencyPlanName;
    }
    public String getMakingUserName() {
        return makingUserName;
    }
    public void setMakingUserName(String makingUserName) {
        this.makingUserName = makingUserName;
    }
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
    private Date makingPlanDate;
@@ -23,13 +43,13 @@
    private BigDecimal drillExpense;
    private String drillLevel;
    private Byte drillLevel;
    private String drillAddress;
    private String drillName;
    private String drillWay;
    private Byte drillWay;
    private String insuranceMeasures;
@@ -41,7 +61,28 @@
    private List<EmergencyDrillPlanUserRespDTO> planUserList;
    private List<EmergencyDrillPlanUserRespDTO> planChargeUserList;
    public List<EmergencyDrillPlanUserRespDTO> getPlanChargeUserList() {
        return planChargeUserList;
    }
    public void setPlanChargeUserList(List<EmergencyDrillPlanUserRespDTO> planChargeUserList) {
        this.planChargeUserList = planChargeUserList;
    }
    // 应急演练实施
    private String recordUserName;
    public String getRecordUserName() {
        return recordUserName;
    }
    public void setRecordUserName(String recordUserName) {
        this.recordUserName = recordUserName;
    }
    private Long drillPlanId;
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@@ -58,29 +99,29 @@
    private Long drillExecuteId;
    private String suitable;
    private Byte suitable;
    private String sufficient;
    private Byte sufficient;
    private String arrival;
    private Byte arrival;
    private String supplies;
    private Byte supplies;
    private String protection;
    private Byte protection;
    private String whole;
    private Byte whole;
    private String division;
    private Byte division;
    private String effect;
    private Byte effect;
    private String report;
    private Byte report;
    private String safety;
    private Byte safety;
    private String rescue;
    private Byte rescue;
    private String evacuate;
    private Byte evacuate;
    private Boolean needModify;
@@ -140,11 +181,11 @@
        this.drillExpense = drillExpense;
    }
    public String getDrillLevel() {
    public Byte getDrillLevel() {
        return drillLevel;
    }
    public void setDrillLevel(String drillLevel) {
    public void setDrillLevel(Byte drillLevel) {
        this.drillLevel = drillLevel;
    }
@@ -164,11 +205,11 @@
        this.drillName = drillName;
    }
    public String getDrillWay() {
    public Byte getDrillWay() {
        return drillWay;
    }
    public void setDrillWay(String drillWay) {
    public void setDrillWay(Byte drillWay) {
        this.drillWay = drillWay;
    }
@@ -260,99 +301,99 @@
        this.drillExecuteId = drillExecuteId;
    }
    public String getSuitable() {
    public Byte getSuitable() {
        return suitable;
    }
    public void setSuitable(String suitable) {
    public void setSuitable(Byte suitable) {
        this.suitable = suitable;
    }
    public String getSufficient() {
    public Byte getSufficient() {
        return sufficient;
    }
    public void setSufficient(String sufficient) {
    public void setSufficient(Byte sufficient) {
        this.sufficient = sufficient;
    }
    public String getArrival() {
    public Byte getArrival() {
        return arrival;
    }
    public void setArrival(String arrival) {
    public void setArrival(Byte arrival) {
        this.arrival = arrival;
    }
    public String getSupplies() {
    public Byte getSupplies() {
        return supplies;
    }
    public void setSupplies(String supplies) {
    public void setSupplies(Byte supplies) {
        this.supplies = supplies;
    }
    public String getProtection() {
    public Byte getProtection() {
        return protection;
    }
    public void setProtection(String protection) {
    public void setProtection(Byte protection) {
        this.protection = protection;
    }
    public String getWhole() {
    public Byte getWhole() {
        return whole;
    }
    public void setWhole(String whole) {
    public void setWhole(Byte whole) {
        this.whole = whole;
    }
    public String getDivision() {
    public Byte getDivision() {
        return division;
    }
    public void setDivision(String division) {
    public void setDivision(Byte division) {
        this.division = division;
    }
    public String getEffect() {
    public Byte getEffect() {
        return effect;
    }
    public void setEffect(String effect) {
    public void setEffect(Byte effect) {
        this.effect = effect;
    }
    public String getReport() {
    public Byte getReport() {
        return report;
    }
    public void setReport(String report) {
    public void setReport(Byte report) {
        this.report = report;
    }
    public String getSafety() {
    public Byte getSafety() {
        return safety;
    }
    public void setSafety(String safety) {
    public void setSafety(Byte safety) {
        this.safety = safety;
    }
    public String getRescue() {
    public Byte getRescue() {
        return rescue;
    }
    public void setRescue(String rescue) {
    public void setRescue(Byte rescue) {
        this.rescue = rescue;
    }
    public String getEvacuate() {
    public Byte getEvacuate() {
        return evacuate;
    }
    public void setEvacuate(String evacuate) {
    public void setEvacuate(Byte evacuate) {
        this.evacuate = evacuate;
    }