hyingbo
9 天以前 e935889261ef38c8eaef31e54cbfc466d63d2ef4
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;
}