fuliqi
2024-09-11 b14531e3b850fe6d2fa916ba7b88b3e2bd2ff30a
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ReportVO.java
@@ -29,7 +29,6 @@
    /** 运维人员ID */
    private Integer peopleId;
    @Excel(name = "报备人员")
    private String peopleName;
    /** 设备编码 */
@@ -49,7 +48,6 @@
    private String reportContent;
    /** 上报材料 */
    @Excel(name = "上报材料")
    private String reportMaterials;
    /** 故障类型 */
@@ -63,9 +61,13 @@
     */
    private Boolean result;
    @Excel(name = "审核状态")
    private String resultStr;
    /**
     * 审核意见
     */
    @Excel(name = "审核意见")
    private String resultRemark;
    /** 审核时间 */