From a9816afaf13115c2119fd607ce505b72452f64a9 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期三, 07 二月 2024 17:56:21 +0800 Subject: [PATCH] 修改车间id类型 --- mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/machine/MachineQueryDTO.java | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/machine/MachineQueryDTO.java b/mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/machine/MachineQueryDTO.java index d866780..da0aa51 100644 --- a/mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/machine/MachineQueryDTO.java +++ b/mdc-parent/mdc-show/src/main/java/com/qianwen/mdc/dto/machine/MachineQueryDTO.java @@ -29,7 +29,7 @@ /** * 杞﹂棿id */ - private Integer workshopId; + private Long workshopId; /** * 鍏虫敞鏍囧織 @@ -38,7 +38,7 @@ /** * 宸ユid */ - private Integer sectionId; + private Long sectionId; /** * 鐘舵�侊紝 RUN/STOP/IDLE/ALARM锛屽搴旇溅闂村湴鍥剧瓑鐣岄潰涓婇潰鐨�4涓姸鎬佺瓫閫� */ @@ -57,10 +57,10 @@ this.machineName = machineName; } - public Integer getWorkshopId() { + public Long getWorkshopId() { return workshopId; } - public void setWorkshopId(Integer workshopId) { + public void setWorkshopId(Long workshopId) { this.workshopId = workshopId; } public String getStatus() { @@ -81,10 +81,10 @@ public void setIp(String ip) { this.ip = ip; } - public Integer getSectionId() { + public Long getSectionId() { return sectionId; } - public void setSectionId(Integer sectionId) { + public void setSectionId(Long sectionId) { this.sectionId = sectionId; } public Integer getTransMode() { -- Gitblit v1.9.3