From de7301d3d2a752fc507eb6959f6dd31821a87996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Sat, 13 Jan 2024 22:51:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruoyi/system/domain/SysApplyConfig.java | 20 +++++++++++++++++-- .../src/views/system/applyConfig/index.vue | 17 ++++++++-------- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysApplyConfig.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysApplyConfig.java index ba4d2da9..a336cb1d 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysApplyConfig.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/SysApplyConfig.java @@ -34,7 +34,7 @@ public class SysApplyConfig extends BaseEntity /** 项目名称 */ @Excel(name = "项目名称") - private Long projectName; + private String projectName; /** 部门主键 */ @Excel(name = "部门主键") @@ -42,7 +42,7 @@ public class SysApplyConfig extends BaseEntity /** 部门名称 */ @Excel(name = "部门名称") - private Long deptName; + private String deptName; /** 是否删除 */ @Excel(name = "是否删除") @@ -113,6 +113,22 @@ public class SysApplyConfig extends BaseEntity return isDel; } + public String getProjectName() { + return projectName; + } + + public void setProjectName(String projectName) { + this.projectName = projectName; + } + + public String getDeptName() { + return deptName; + } + + public void setDeptName(String deptName) { + this.deptName = deptName; + } + @Override public String toString() { return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE) diff --git a/ruoyi-ui/src/views/system/applyConfig/index.vue b/ruoyi-ui/src/views/system/applyConfig/index.vue index 85d65031..9c433a78 100644 --- a/ruoyi-ui/src/views/system/applyConfig/index.vue +++ b/ruoyi-ui/src/views/system/applyConfig/index.vue @@ -25,7 +25,7 @@ @keyup.enter.native="handleQuery" /> - + - - - - - + + + + + + @@ -141,7 +142,7 @@ - +