zhangherong
2025-04-27 bf1e124ea501c777b62a19a5b693d9515beb5f11
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;
}