cuijian
2023-11-22 a4e554b7e6c5b98e728f96be80a12b0b04eebd48
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcStandardProcessDuration.java
@@ -38,7 +38,7 @@
    /**
     * 设备名称
     */
    @Excel(name = "设备名称", width = 15)
    @Excel(name = "设备名称", width = 20)
    @ApiModelProperty(value = "设备名称")
    private String equipmentName;
    /**
@@ -68,7 +68,7 @@
    /**
     * 备注
     */
    @Excel(name = "备注", width = 15)
    @Excel(name = "备注", width = 25)
    @ApiModelProperty(value = "备注")
    private String remark;