cuilei
2025-06-11 cd00884c3db8fa6808b3b5949ab1a2b1459d6bdc
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/entity/MdcDowntime.java
@@ -81,5 +81,18 @@
    @Excel(name = "备注", width = 15)
    @ApiModelProperty(value = "备注")
    private String remark;
    /**
     * 录入类型
     */
    @Excel(name = "录入类型", width = 15)
    @ApiModelProperty(value = "录入类型")
    @Dict(dicCode = "enter_type")
    private Integer enterType;
    /**
     * 停机时长
     */
    @Excel(name = "停机时长", width = 15)
    @ApiModelProperty(value = "停机时长")
    private Integer shutdownDuration;
}