huminmin
9 天以前 7b8b2456bb15aa733b8599fce2ada5d9549ba881
src/main/java/com/ruoyi/device/pojo/MaintenanceTask.java
@@ -56,7 +56,7 @@
    private LocalDateTime lastExecutionTime;
    @ApiModelProperty(value = "是否激活")
    private boolean isActive;
    private Integer isActive;
    @ApiModelProperty(value = "备注")
    @Excel(name = "备注")
@@ -69,6 +69,21 @@
    @Excel(name = "录入人")
    private String registrant;
    @ApiModelProperty(value = "保养人id")
    private Long maintenancePersonId;
    @ApiModelProperty(value = "保养人")
    @Excel(name = "保养人")
    private String maintenancePerson;
    @ApiModelProperty(value = "保养项目")
    @Excel(name = "保养项目")
    private String maintenanceItems;
    @ApiModelProperty(value = "保养部位")
    @Excel(name = "保养内容")
    private String maintenanceLocation;
    @ApiModelProperty(value = "录入日期")
    @Excel(name = "录入日期", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
    @JsonFormat(pattern = "yyyy-MM-dd")