songhuangfeng123
2022-09-19 ab2b3291cb9e21885ed878d60f5afd6640d830f3
emergency/emergency-service/src/main/java/com/gkhy/safePlatform/emergency/model/dto/resp/EmergencySuppliesInspectDetailRespDTO.java
@@ -8,7 +8,7 @@
import java.util.List;
public class EmergencySuppliesInspectDetailRespDTO {
    //物资名称
    private String suppliesName;
    public String getSuppliesName() {
@@ -20,12 +20,14 @@
    }
    private Long id;
    //物资id
    private Long suppliesId;
    //检查结果
    private String inspectResult;
    //检查日期
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private Date inspectTime;
    //检查人列表
    private List<EmergencySuppliesInspectUserRespDTO> userList;
    public Long getId() {