mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/account/MachineAccountDTO.java
@@ -42,7 +42,7 @@ /** * 设备类型id,device_type.id */ private Integer deviceTypeId; private Long deviceTypeId; /** @@ -335,11 +335,11 @@ this.status = status; } public Integer getDeviceTypeId() { public Long getDeviceTypeId() { return deviceTypeId; } public void setDeviceTypeId(Integer deviceTypeId) { public void setDeviceTypeId(Long deviceTypeId) { this.deviceTypeId = deviceTypeId; }