lyh
6 天以前 54f239669575cedfdbdf28e38d0e9619a610bf95
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;
}