From 940244f8298eae4109674c0fda7be0344b949a33 Mon Sep 17 00:00:00 2001 From: hejinbo Date: Wed, 22 Nov 2023 17:15:00 +0800 Subject: [PATCH] =?UTF-8?q?11.22=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wisdomarbitrate/domain/DeptIdentify.java | 3 +++ .../wisdomarbitrate/DeptIdentifyMapper.xml | 16 ++++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/DeptIdentify.java b/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/DeptIdentify.java index 436be98..651c53f 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/DeptIdentify.java +++ b/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/domain/DeptIdentify.java @@ -47,6 +47,9 @@ public class DeptIdentify extends BaseEntity { /** 机构类型(1 仲裁机构) */ private Integer identifyType; + /** 机构邮箱 */ + private String identifyEmail; + /** 删除标志(0代表存在 2代表删除) */ private Integer delFlag; diff --git a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml index 860d1d6..1644406 100644 --- a/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/wisdomarbitrate/DeptIdentifyMapper.xml @@ -18,13 +18,14 @@ +