yangys
2024-01-31 5abf68d094d2dfbcd7abbcc53966d0fc0847382a
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;
   }