From 32d2bf3d9d0176711e538721f59b774be5c870dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Mon, 28 Feb 2022 06:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8A=82=E7=82=B9=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E3=80=81=E6=A0=87=E7=AD=BE=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/xm/core/entity/XmProjectGroup.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xm-core/src/main/java/com/xm/core/entity/XmProjectGroup.java b/xm-core/src/main/java/com/xm/core/entity/XmProjectGroup.java index 30772f07..7e141318 100644 --- a/xm-core/src/main/java/com/xm/core/entity/XmProjectGroup.java +++ b/xm-core/src/main/java/com/xm/core/entity/XmProjectGroup.java @@ -89,7 +89,7 @@ public class XmProjectGroup implements java.io.Serializable { String ntype; @ApiModelProperty(notes="协作公司编号",allowEmptyValue=true,example="",allowableValues="") - Integer crowBranchId; + String crowBranchId; @ApiModelProperty(notes="协作公司名称",allowEmptyValue=true,example="",allowableValues="") String crowBranchName; @@ -247,7 +247,7 @@ public class XmProjectGroup implements java.io.Serializable { /** * 协作公司编号 **/ - public void setCrowBranchId(Integer crowBranchId) { + public void setCrowBranchId(String crowBranchId) { this.crowBranchId = crowBranchId; } /** @@ -404,7 +404,7 @@ public class XmProjectGroup implements java.io.Serializable { /** * 协作公司编号 **/ - public Integer getCrowBranchId() { + public String getCrowBranchId() { return this.crowBranchId; } /**