Lius
2024-07-08 58b89e49bf6dba960229a94a95d5b9f8821e3f23
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcPassRate.java
@@ -41,7 +41,7 @@
    /**
     * 设备名称
     */
    @Excel(name = "设备名称", width = 15)
    @Excel(name = "设备名称", width = 20)
    @ApiModelProperty(value = "设备名称")
    private String equipmentName;
    /**
@@ -73,7 +73,7 @@
    /**
     * 备注
     */
    @Excel(name = "备注", width = 15)
    @Excel(name = "备注", width = 25)
    @ApiModelProperty(value = "备注")
    private String remark;