yangys
2024-01-31 5abf68d094d2dfbcd7abbcc53966d0fc0847382a
mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/account/MachineAccountEditDTO.java
@@ -42,7 +42,7 @@
    /**
     * 设备类型id,device_type.id
     */
    private Integer deviceTypeId;
    private Long deviceTypeId;
    /**
     * 加工类型(立加/卧加/立卧转换/五轴/数控车/复合加工/数控磨/齿加工/电加工)
@@ -180,17 +180,14 @@
    }
    
    public Integer getDeviceTypeId() {
    public Long getDeviceTypeId() {
      return deviceTypeId;
   }
   public void setDeviceTypeId(Integer deviceTypeId) {
   public void setDeviceTypeId(Long deviceTypeId) {
      this.deviceTypeId = deviceTypeId;
   }
    public String getCategory() {
        return category;
    }