zhangherong
2025-03-18 e88c6ac544e52359c7eabc94edef7bb1e133c7e2
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/dto/MdcDowntimeDto.java
@@ -10,7 +10,7 @@
 */
@Data
public class MdcDowntimeDto extends MdcDowntime {
    private Integer downtime_type;
    private String downtime_description;
    private Integer downtimeType;
    private String downtimeDescription;
}