songhuangfeng123
2022-08-04 b99464b1449c1abec269bc247ee69b016753d598
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/model/dto/resp/EmergencyPlanDetailRespDTO.java
@@ -7,6 +7,16 @@
public class EmergencyPlanDetailRespDTO {
    private String authorName;
    public String getAuthorName() {
        return authorName;
    }
    public void setAuthorName(String authorName) {
        this.authorName = authorName;
    }
    private Long id;
    private Integer status;