From d81e1ba103c1e70eeec57c6fe88141937c6e3c5d Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Mon, 26 Aug 2024 20:29:54 +0800
Subject: [PATCH] 1、删除状态修改
---
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtAccount.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRoledata.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtUnit.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtPost.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoleWebController.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java | 2
dyh-service/dyh-disp/src/main/resources/config/application.yml | 8 ++--
/dev/null | 44 ----------------------
dyh-service/dyh-cust/src/main/resources/config/application.yml | 8 ++--
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRole.java | 2
dyh-service/dyh-sys/src/main/resources/config/application.yml | 8 ++--
dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaUser.java | 2
dyh-service/dyh-utils/src/main/resources/config/application.yml | 8 ++--
dyh-service/dyh-mediate/src/main/resources/config/application.yml | 8 ++--
dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaAccount.java | 2
dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtDept.java | 2
21 files changed, 35 insertions(+), 79 deletions(-)
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispBaseConsts.java
deleted file mode 100644
index 22b1c2e..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispBaseConsts.java
+++ /dev/null
@@ -1,116 +0,0 @@
-package cn.huge.module.disp.constant;
-
-/**
- * @title: 调度相关常量类
- * @description: 调度相关常量类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public class DispBaseConsts {
-
- /**
- * 规则类型,22_00015-1:调度规则,22_00015-2:预审规则
- */
- public static final String RULE_DISP = "22_00015-1";
- public static final String RULE_INQUIRY = "22_00015-2";
-
- /**
- * 调度方式,1:系统调度,2:人工调度
- */
- public static final String DISP_WAY_1 = "1";
- public static final String DISP_WAY_2 = "2";
-
- /**
- * 调度标签,22_00011-1:首次调度,22_00011-2:再次申请,22_00011-3:拒绝签收,22_00011-4:超时未签收,22_00011-5:重新调度
- */
- public static final String DISP_TAG_1 = "22_00011-1";
- public static final String DISP_TAG_2 = "22_00011-2";
- public static final String DISP_TAG_3 = "22_00011-3";
- public static final String DISP_TAG_4 = "22_00011-4";
- public static final String DISP_TAG_5 = "22_00011-5";
-
- /**
- * 调度类型:22_00012-1:归口分流,22_00012-2:加入抢单池
- */
- public static final String DISP_TYPE_1 = "22_00012-1";
- public static final String DISP_TYPE_2 = "22_00012-2";
-
- /**
- * 调度处理,22_00013-1:正常调度,22_00013-2:重新调度,22_00013-3:退回申请人,22_00013-4:不予受理
- */
- public static final String DISP_HANDLE_1 = "22_00013-1";
- public static final String DISP_HANDLE_2 = "22_00013-2";
- public static final String DISP_HANDLE_3 = "22_00013-3";
- public static final String DISP_HANDLE_4 = "22_00013-4";
-
- /**
- * 调度进度,1:待调度,2:已调度
- */
- public static final String DISP_STATUS_1 = "1";
- public static final String DISP_STATUS_2 = "2";
-
- /**
- * 受理对象选项,22_00038-1:调度给调解组织,22_00038-2:调度给调解员
- */
- public static final String DISP_OBJ_1 = "22_00038-1";
- public static final String DISP_OBJ_2 = "22_00038-2";
-
- /**
- * 具体受理对象签收状态,1:未签收,2:已签收,3:超时未签收,99:拒绝签收
- */
- public static final String ACCEPT_OBJ_SIGN_1 = "1";
- public static final String ACCEPT_OBJ_SIGN_2 = "2";
- public static final String ACCEPT_OBJ_SIGN_3 = "3";
- public static final String ACCEPT_OBJ_SIGN_99 = "4";
-
- /**
- * 调度规则 caseAddress:属地原则 mediaType:调解范围 caseType:调解专长 isOpenDisp: 是否开启调度
- */
- public static final String DISP_RULE_CASE_ADDRESS = "caseAddress";
- public static final String DISP_RULE_MEDIA_TYPE = "mediaType";
- public static final String DISP_RULE_CASE_TYPE = "caseType";
- public static final String DISP_RULE_IS_OPEN = "isOpenDisp";
-
- /**
- * 预审规则 caseAddress:纠纷发生地 applyInfo:申请人信息 caseDes:纠纷描述 caseClaim: 调解请求 idcardImg: 身份证照片
- */
- public static final String INQUIRY_RULE_CASE_ADDRESS = "caseAddress";
- public static final String INQUIRY_RULE_APPLE_INFO = "applyInfo";
- public static final String INQUIRY_RULE_CASE_DES = "caseDes";
- public static final String INQUIRY_RULE_CASE_CLAIM = "caseClaim";
- public static final String INQUIRY_RULE_IC_IMG = "idcardImg";
- public static final String INQUIRY_RULE_IS_OPEN = "isOpenDisp";
-
- /**
- * 级别
- */
- public static final int UNIT_LEVEL_1 = 1;
- public static final int UNIT_LEVEL_2 = 2;
- public static final int UNIT_LEVEL_3 = 3;
- public static final int UNIT_LEVEL_4 = 4;
-
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispBaseConstsEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispBaseConstsEnum.java
deleted file mode 100644
index c9a16e0..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispBaseConstsEnum.java
+++ /dev/null
@@ -1,98 +0,0 @@
-package cn.huge.module.disp.constant;
-
-/**
- * @title: 调度相关常量枚举类
- * @description: 调度相关常量枚举类
- * @company: hugeinfo
- * @author: xuxj
- * @time: 2022-03-25 16:51:48
- * @version: 1.0.0
- */
-public enum DispBaseConstsEnum {
-
- /**
- * 规则类型,22_00015-1:调度规则,22_00015-2:预审规则
- */
- RULE_DISP("22_00015-1", "调度规则"),
- RULE_INQUIRY("22_00015-2", "预审规则"),
-
- /**
- * 调度标签,22_00011-1:首次调度,22_00011-2:再次申请,22_00011-3:拒绝签收,22_00011-4:超时未签收,22_00011-5:重新调度
- */
- DISP_TAG_1("22_00011-1", "首次调度"),
- DISP_TAG_2("22_00011-2", "再次申请"),
- DISP_TAG_3("22_00011-3", "拒绝签收"),
- DISP_TAG_4("22_00011-4", "超时未签收"),
- DISP_TAG_5("22_00011-5", "重新调度"),
-
- /**
- * 调度类型:22_00012-1:归口分流,22_00012-2:加入抢单池
- */
- DISP_TYPE_1("22_00012-1", "归口分流"),
- DISP_TYPE_2("22_00012-2", "加入抢单池"),
-
- /**
- * 调度处理,22_00013-1:正常调度,22_00013-2:重新调度,22_00013-3:退回申请人,22_00013-4:不予受理
- */
- DISP_HANDLE_1("22_00013-1", "正常调度"),
- DISP_HANDLE_2("22_00013-2", "重新调度"),
- DISP_HANDLE_3("22_00013-3", "退回申请人"),
- DISP_HANDLE_4("22_00013-4", "不予受理"),
-
- /**
- * 受理对象选项,22_00038-1:调度给调解组织,22_00038-2:调度给调解员
- */
- DISP_OBJ_1("22_00038-1", "调度给调解组织"),
- DISP_OBJ_2("22_00038-2", "调度给调解员");
-
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- DispBaseConstsEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (DispBaseConstsEnum constantEnum : DispBaseConstsEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispSignBaseEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispSignBaseEnum.java
deleted file mode 100644
index 96a2abd..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispSignBaseEnum.java
+++ /dev/null
@@ -1,71 +0,0 @@
-package cn.huge.module.disp.constant;
-
-/**
- * @title: 调度相关常量枚举类
- * @description: 调度相关常量枚举类
- * @company: hugeinfo
- * @author: xuxj
- * @time: 2022-03-25 16:51:48
- * @version: 1.0.0
- */
-public enum DispSignBaseEnum {
-
- /**
- * 具体受理对象签收状态,1:未签收,2:已签收,3:超时未签收,99:拒绝签收
- */
- ACCEPT_OBJ_SIGN_1("1", "未签收"),
- ACCEPT_OBJ_SIGN_2("2", "已签收"),
- ACCEPT_OBJ_SIGN_3("3", "超时未签收"),
- ACCEPT_OBJ_SIGN_99("4", "拒绝签收");
-
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- DispSignBaseEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (DispSignBaseEnum constantEnum : DispSignBaseEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispStatusBaseEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispStatusBaseEnum.java
deleted file mode 100644
index 451a15c..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispStatusBaseEnum.java
+++ /dev/null
@@ -1,69 +0,0 @@
-package cn.huge.module.disp.constant;
-
-/**
- * @title: 调度相关常量枚举类
- * @description: 调度相关常量枚举类
- * @company: hugeinfo
- * @author: xuxj
- * @time: 2022-03-25 16:51:48
- * @version: 1.0.0
- */
-public enum DispStatusBaseEnum {
-
- /**
- * 调度进度,1:待调度,2:已调度
- */
- DISP_STATUS_1("1", "待调度"),
- DISP_STATUS_2("2", "已调度");
-
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- DispStatusBaseEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (DispStatusBaseEnum constantEnum : DispStatusBaseEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispWayBaseEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispWayBaseEnum.java
deleted file mode 100644
index 102ef15..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/disp/constant/DispWayBaseEnum.java
+++ /dev/null
@@ -1,69 +0,0 @@
-package cn.huge.module.disp.constant;
-
-/**
- * @title: 调度相关常量枚举类
- * @description: 调度相关常量枚举类
- * @company: hugeinfo
- * @author: xuxj
- * @time: 2022-03-25 16:51:48
- * @version: 1.0.0
- */
-public enum DispWayBaseEnum {
-
- /**
- * 调度方式,1:系统调度,2:人工调度
- */
- DISP_WAY_1("1", "系统调度"),
- DISP_WAY_2("2", "人工调度");
-
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- DispWayBaseEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (DispWayBaseEnum constantEnum : DispWayBaseEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java
deleted file mode 100644
index 579aa76..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConsts.java
+++ /dev/null
@@ -1,102 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 调解相关常量类
- * @description: 调解相关常量类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public class CaseBaseConsts {
-
- /**
- * 登记状态,1:草稿案件,2:正式案件
- */
- public static final String INPUT_STATUS_1 = "1";
- public static final String INPUT_STATUS_2 = "2";
-
- /**
- * 登记方式,1:正常登记,2:案件导入
- */
- public static final String INPUT_WAY_1 = "1";
- public static final String INPUT_WAY_2 = "2";
-
- /**
- * 回访状态,1:未回访,2:已回访
- */
- public static final String VISIT_STATUS_1 = "1";
- public static final String VISIT_STATUS_2 = "2";
-
- /**
- * 当事人是否满意,1:不满意,2:满意
- */
- public static final String PARTY_JOY_1 = "1";
- public static final String PARTY_JOY_2 = "2";
-
- /**
- * 系列案状态,1:正常案件,2:系列案
- */
- public static final String SERIE_STATUS_1 = "1";
- public static final String SERIE_STATUS_2 = "2";
-
- /**
- * 是否转诉讼案件,1:不转诉讼,2:转诉讼
- */
- public static final String CIVIL_STATUS_1 = "1";
- public static final String CIVIL_STATUS_2 = "2";
-
- /**
- * 签收状态,1:未签收,2:已签收,3:超时未签收,99:拒绝签收
- */
- public static final String SIGN_STATUS_1 = "1";
- public static final String SIGN_STATUS_2 = "2";
- public static final String SIGN_STATUS_3 = "3";
- public static final String SIGN_STATUS_99 = "99";
-
- /**
- * 是否是登记人 1:是 2:否
- */
- public static final String WHETHER_INPUT_1 = "1";
- public static final String WHETHER_INPUT_2 = "2";
-
- /**
- * 开始调解类型,1:计划内调解,2:计划外调解
- */
- public static final String START_MEDIATE_TYPE_1 = "1";
- public static final String START_MEDIATE_TYPE_2 = "2";
-
- /**
- * 调解协议状态,1:有效协议,99:历史记录
- */
- public static final String AGREES_STATUS_1 = "1";
- public static final String AGREES_STATUS_99 = "99";
-
- /**
- * 有无代理人,1:无,2:有
- */
- public static final String AGENT_STATUS_1 = "1";
- public static final String AGENT_STATUS_2 = "2";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConstsEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConstsEnum.java
deleted file mode 100644
index cc1c79e..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseBaseConstsEnum.java
+++ /dev/null
@@ -1,303 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 调解相关常量枚举类
- * @description: 调解相关常量枚举类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public enum CaseBaseConstsEnum {
-
- /**
- * 纠纷来源,22_00036-1:地方政府委托移送,22_00036-2:依申请调解,22_00036-3:主动调解,22_00036-4:法援委托移送,
- * 22_00036-5:检察院委托移送,22_00036-6:公安机关委托移送,22_00036-7:信访记录委托移送,22_00036-8:劳动站移交,
- * 22_00036-9:派出所移交,22_00036-10:其他部门委托移送
- */
- CASE_SOURCE_1("22_00036-1", "地方政府委托移送"),
- CASE_SOURCE_2("22_00036-2", "依申请调解"),
- CASE_SOURCE_3("22_00036-3", "主动调解"),
- CASE_SOURCE_4("22_00036-4", "法援委托移送"),
- CASE_SOURCE_5("22_00036-5", "检察院委托移送"),
- CASE_SOURCE_6("22_00036-6", "公安机关委托移送"),
- CASE_SOURCE_7("22_00036-7", "信访记录委托移送"),
- CASE_SOURCE_8("22_00036-8", "劳动站移交"),
- CASE_SOURCE_9("22_00036-9", "派出所移交"),
- CASE_SOURCE_10("22_00036-10", "其他部门委托移送"),
- CASE_SOURCE_11("22_00036-11", "接受委托移送调解"),
-
- /**
- * 申请渠道,22_00001-1:机构登记,22_00001-2:小程序,22_00001-3:其他渠道,22_00001-4:市人民调解系统,22_00001-5:网格联动
- */
- CASE_CANAL_1("22_00001-1", "机构登记"),
- CASE_CANAL_2("22_00001-2", "小程序"),
- CASE_CANAL_3("22_00001-3", "其他"),
- CASE_CANAL_4("22_00001-4", "市人民调解系统"),
- CASE_CANAL_5("22_00001-5", "网格联动"),
-
- /**
- * 签收意见,22_00010-1:同意签收,22_00010-2:拒绝签收
- */
- SIGN_RESULT_1("22_00010-1", "签收受理"),
- SIGN_RESULT_2("22_00010-2", "拒绝签收"),
-
- /**
- * 纠纷审查结果,22_00037-1:签收受理,22_00037-2:拒绝签收,22_00037-3:退回申请人,22_00037-4:不予受理
- */
- AUDIT_RESULT_1("22_00037-1", "签收受理"),
- AUDIT_RESULT_2("22_00037-2", "拒绝签收"),
- AUDIT_RESULT_3("22_00037-3", "退回申请人"),
- AUDIT_RESULT_4("22_00037-3", "不予受理"),
-
- /**
- * 当事人地位
- */
- PERSON_TYPE_1("15_020008-1", "申请人"),
- PERSON_TYPE_2("15_020008-2", "被申请人"),
- PERSON_TYPE_5("15_020008-5", "第三人"),
-
- /**
- * 当事人类型类型
- */
- PERSON_CLASS_1("09_01001-1", "自然人"),
- PERSON_CLASS_2("09_01001-2", "法人"),
- PERSON_CLASS_3("09_01001-3", "非法人组织"),
-
- /**
- * 代理人类型
- */
- AGENT_CLASS_1("09_01010-1", "律师"),
- AGENT_CLASS_3("09_01010-3", "监护人"),
- AGENT_CLASS_4("09_01010-4", "亲友"),
- AGENT_CLASS_5("09_01010-5", "社会团体推荐的公民"),
- AGENT_CLASS_6("09_01010-6", "所在单位推荐的人"),
- AGENT_CLASS_8("09_01010-8", "法律工作者"),
- AGENT_CLASS_9("09_01010-9", "所在社区推荐的公民"),
-
- /**
- * 性别
- */
- SEX_1("09_00003-1", "男"),
- SEX_2("09_00003-2", "女"),
-
- /**
- * 证件类型
- */
- CARD_TYPE_1("09_00015-1", "身份证"),
- CARD_TYPE_11("09_00015-11", "户口簿"),
- CARD_TYPE_12("09_00015-12", "中国护照"),
- CARD_TYPE_13("09_00015-13", "外国护照"),
- CARD_TYPE_14("09_00015-14", "港澳居民来往内陆通行证"),
- CARD_TYPE_16("09_00015-16", "台湾居民来往大陆通行证"),
- CARD_TYPE_255("09_00015-255", "其他"),
- CARD_TYPE_17("09_00015-17", "当事人未提供证件信息"),
-
- /**
- * 纠纷进度,22_00006-1:待受理,22_00006-2:待调解,22_00006-3:调解中,22_00006-4:调解结束,22_00006-5:退回申请人,22_00006-6:不予受理,22_00006-7:申请人撤回
- */
- CASE_PROCESS_1("22_00006-1", "待受理"),
- CASE_PROCESS_2("22_00006-2", "待调解"),
- CASE_PROCESS_3("22_00006-3", "调解中"),
- CASE_PROCESS_4("22_00006-4", "调解结束"),
- CASE_PROCESS_5("22_00006-5", "退回申请人"),
- CASE_PROCESS_6("22_00006-6", "不予受理"),
- CASE_PROCESS_7("22_00006-7", "申请人撤回"),
-
- /**
- * 调解结果
- */
- MEDI_RESULT_1("22_00025-1", "调解成功"),
- MEDI_RESULT_2("22_00025-2", "调解不成功"),
-
- /**
- * 履行情况,22_00008-1:未履行,22_00008-2:当场履行,22_00008-3:分期履行
- */
- FULFIL_STATUS_1("22_00008-1", "未履行"),
- FULFIL_STATUS_2("22_00008-2", "当场履行"),
- FULFIL_STATUS_3("22_00008-3", "分期履行"),
-
- /**
- * 调解不成功原因,22_00019-1:当事人未能就调解协议达成一致,22_00019-2:当事人拒绝调解,22_00019-3:提前终止调解,22_00019-9:其他
- */
- MEDI_FALSE_1("22_00019-1", "当事人未能就调解协议达成一致"),
- MEDI_FALSE_2("22_00019-2", "当事人拒绝调解"),
- MEDI_FALSE_3("22_00019-3", "提前终止调解"),
- MEDI_FALSE_4("22_00019-4", "当事人撤销调解请求"),
- MEDI_FALSE_9("22_00019-9", "其他"),
-
- /**
- * 司法确认申请情况
- */
- JUDGE_APPLY_1("1", "未申请"),
- JUDGE_APPLY_2("2", "已申请"),
-
- /**
- * 归档状态
- */
- CASE_FILE_STATUS_1("1", "未归档"),
- CASE_FILE_STATUS_2("2", "已归档"),
-
- /**
- * 调解类型
- */
- MEDI_TYPE_1("22_00002-1", "人民调解"),
- MEDI_TYPE_2("22_00002-2", "司法调解"),
- MEDI_TYPE_3("22_00002-3", "诉讼调解"),
- MEDI_TYPE_4("22_00002-4", "行政调解");
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- CaseBaseConstsEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (CaseBaseConstsEnum constantEnum : CaseBaseConstsEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-
- /**
- * 静态方法
- * @param des
- * @return
- */
- public static String getIndex(String des) {
- for (CaseBaseConstsEnum constantEnum : CaseBaseConstsEnum.values()) {
- if (constantEnum.getDes().equals(des)) {
- return constantEnum.index;
- }
- }
- return null;
- }
-
- /**
- * 静态方法4
- * @param index
- * @return
- */
- public static String getCaseWxProcess(String index) {
- // 微信纠纷进度,1:待受理,2:待调解,3:调解中,4:调解结束,5:退回申请人,6:不予受理,7:申请人撤回
- String WX_PROCESS_1 = "1";
- String WX_PROCESS_2 = "2";
- String WX_PROCESS_3 = "3";
- String WX_PROCESS_4 = "4";
- String WX_PROCESS_5 = "5";
- String WX_PROCESS_6 = "6";
- String WX_PROCESS_7 = "7";
- if (CASE_PROCESS_1.index.equals(index)){
- return WX_PROCESS_1;
- }
- if (CASE_PROCESS_2.index.equals(index)){
- return WX_PROCESS_2;
- }
- if (CASE_PROCESS_3.index.equals(index)){
- return WX_PROCESS_3;
- }
- if (CASE_PROCESS_4.index.equals(index)){
- return WX_PROCESS_4;
- }
- if (CASE_PROCESS_5.index.equals(index)){
- return WX_PROCESS_5;
- }
- if (CASE_PROCESS_6.index.equals(index)){
- return WX_PROCESS_6;
- }
- if (CASE_PROCESS_7.index.equals(index)){
- return WX_PROCESS_7;
- }
- return null;
- }
-
- /**
- * 静态方法4
- * @param index
- * @return
- */
- public static String getCaseProcess(String index) {
- // 微信纠纷进度,1:待受理,2:待调解,3:调解中,4:调解结束,5:退回申请人,6:不予受理,7:申请人撤回
- String WX_PROCESS_1 = "1";
- String WX_PROCESS_2 = "2";
- String WX_PROCESS_3 = "3";
- String WX_PROCESS_4 = "4";
- String WX_PROCESS_5 = "5";
- String WX_PROCESS_6 = "6";
- String WX_PROCESS_7 = "7";
- if (WX_PROCESS_1.equals(index)){
- return CASE_PROCESS_1.index;
- }
- if (WX_PROCESS_2.equals(index)){
- return CASE_PROCESS_2.index;
- }
- if (WX_PROCESS_3.equals(index)){
- return CASE_PROCESS_3.index;
- }
- if (WX_PROCESS_4.equals(index)){
- return CASE_PROCESS_4.index;
- }
- if (WX_PROCESS_5.equals(index)){
- return CASE_PROCESS_5.index;
- }
- if (WX_PROCESS_6.equals(index)){
- return CASE_PROCESS_6.index;
- }
- if (WX_PROCESS_7.equals(index)){
- return CASE_PROCESS_7.index;
- }
- return null;
- }
-
- /**
- * 静态方法4
- * @param index
- * @return
- */
- public static String getFileStatusDes(String index) {
- if (CASE_FILE_STATUS_1.index.equals(index)){
- return CASE_FILE_STATUS_1.des;
- }
- if (CASE_FILE_STATUS_2.index.equals(index)){
- return CASE_FILE_STATUS_2.des;
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseNationBaseEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseNationBaseEnum.java
deleted file mode 100644
index 118a314..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseNationBaseEnum.java
+++ /dev/null
@@ -1,128 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 调解相关常量枚举类
- * @description: 调解相关常量枚举类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public enum CaseNationBaseEnum {
-
- /**
- * 对应纠纷进度
- */
- NATION_1("09_00005-1", "汉族"),
- NATION_2("09_00005-2", "蒙古族"),
- NATION_3("09_00005-3", "回族"),
- NATION_4("09_00005-4", "藏族"),
- NATION_5("09_00005-5", "维吾尔族"),
- NATION_6("09_00005-6", "苗族"),
- NATION_7("09_00005-7", "彝族"),
- NATION_8("09_00005-8", "壮族"),
- NATION_9("09_00005-9", "布依族"),
- NATION_10("09_00005-10", "朝鲜族"),
- NATION_11("09_00005-11", "满族"),
- NATION_12("09_00005-12", "侗族"),
- NATION_13("09_00005-13", "瑶族"),
- NATION_14("09_00005-14", "白族"),
- NATION_15("09_00005-15", "土家族"),
- NATION_16("09_00005-16", "哈尼族"),
- NATION_17("09_00005-17", "哈萨克族"),
- NATION_18("09_00005-18", "傣族"),
- NATION_19("09_00005-19", "黎族"),
- NATION_20("09_00005-20", "傈僳族"),
- NATION_21("09_00005-21", "佤族"),
- NATION_22("09_00005-22", "畲族"),
- NATION_23("09_00005-23", "高山族"),
- NATION_24("09_00005-24", "拉祜族"),
- NATION_25("09_00005-25", "水族"),
- NATION_26("09_00005-26", "东乡族"),
- NATION_27("09_00005-27", "纳西族"),
- NATION_28("09_00005-28", "景颇族"),
- NATION_29("09_00005-29", "柯尔克孜族"),
- NATION_30("09_00005-30", "土族"),
- NATION_31("09_00005-31", "达斡尔族"),
- NATION_32("09_00005-32", "仫佬族"),
- NATION_33("09_00005-33", "羌族"),
- NATION_34("09_00005-34", "布郎族"),
- NATION_35("09_00005-35", "撒拉族"),
- NATION_36("09_00005-36", "毛南族"),
- NATION_37("09_00005-37", "仡佬族"),
- NATION_38("09_00005-38", "锡伯族"),
- NATION_39("09_00005-39", "阿昌族"),
- NATION_40("09_00005-40", "普米族"),
- NATION_41("09_00005-41", "塔吉克族"),
- NATION_42("09_00005-42", "怒族"),
- NATION_43("09_00005-43", "乌孜别克族"),
- NATION_44("09_00005-44", "俄罗斯族"),
- NATION_45("09_00005-45", "鄂温克族"),
- NATION_46("09_00005-46", "崩龙族"),
- NATION_47("09_00005-47", "保安族"),
- NATION_48("09_00005-48", "裕固族"),
- NATION_49("09_00005-49", "京族"),
- NATION_50("09_00005-50", "塔塔尔族"),
- NATION_51("09_00005-51", "独龙族"),
- NATION_52("09_00005-52", "鄂伦春族"),
- NATION_53("09_00005-53", "赫哲族"),
- NATION_54("09_00005-54", "门巴族"),
- NATION_55("09_00005-55", "珞巴族"),
- NATION_56("09_00005-56", "基诺族"),
- NATION_57("09_00005-57", "台湾人"),
- NATION_58("09_00005-58", "香港人"),
- NATION_59("09_00005-59", "澳门人"),
- NATION_60("09_00005-60", "华侨"),
- NATION_255("09_00005-255", "其他");
-
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String des) {
- this.des = des;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- CaseNationBaseEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getCode(String index) {
- for (CaseNationBaseEnum constantEnum : CaseNationBaseEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseTypeBaseEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseTypeBaseEnum.java
deleted file mode 100644
index 8d3d554..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/CaseTypeBaseEnum.java
+++ /dev/null
@@ -1,114 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 调解相关常量枚举类
- * @description: 调解相关常量枚举类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public enum CaseTypeBaseEnum {
-
- /**
- * 案件类型
- */
- MEDI_TYPE_1("22_00002-1", "人民调解"),
- MEDI_TYPE_2("22_00002-2", "司法调解"),
- MEDI_TYPE_3("22_00002-3", "诉讼调解"),
- MEDI_TYPE_4("22_00002-4", "行政调解"),
-
- /**
- * 案件类型
- */
- CASE_TYPE_1("22_00039-0001", "劳动争议纠纷"),
- CASE_TYPE_2("22_00039-0002", "合同纠纷"),
- CASE_TYPE_3("22_00039-0003", "借贷纠纷"),
- CASE_TYPE_4("22_00039-0004", "邻里纠纷"),
- CASE_TYPE_5("22_00039-0005", "家庭婚姻纠纷"),
- CASE_TYPE_6("22_00039-0006", "道路交通事故纠纷"),
- CASE_TYPE_7("22_00039-0007", "医疗纠纷"),
- CASE_TYPE_8("22_00039-0008", "知识产权纠纷"),
- CASE_TYPE_9("22_00039-0009", "所有权纠纷"),
- CASE_TYPE_10("22_00039-0010", "继承纠纷"),
- CASE_TYPE_11("22_00039-0011", "人格权纠纷"),
- CASE_TYPE_12("22_00039-0012", "股权转让纠纷"),
- CASE_TYPE_13("22_00039-0013", "损害赔偿纠纷"),
- CASE_TYPE_14("22_00039-0014", "建设用地使用权纠纷"),
- CASE_TYPE_15("22_00039-0015", "山林土地纠纷"),
- CASE_TYPE_16("22_00039-0016", "征地纠纷"),
- CASE_TYPE_17("22_00039-0017", "其他"),
- CASE_TYPE_18("22_00039-0018", "消费纠纷"),
- CASE_TYPE_19("22_00039-0019", "房屋宅基地纠纷"),
- CASE_TYPE_20("22_00039-0020", "生产经营纠纷"),
- CASE_TYPE_21("22_00039-0021", "环境污染纠纷"),
- CASE_TYPE_22("22_00039-0022", "物业管理纠纷"),
- CASE_TYPE_23("22_00039-0023", "旅游纠纷"),
- CASE_TYPE_24("22_00039-0024", "互联网纠纷");
-
-
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- CaseTypeBaseEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (CaseTypeBaseEnum constantEnum : CaseTypeBaseEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-
- /**
- * 静态方法
- * @param des
- * @return
- */
- public static String getIndex(String des) {
- for (CaseTypeBaseEnum constantEnum : CaseTypeBaseEnum.values()) {
- if (constantEnum.getDes().equals(des)) {
- return constantEnum.index;
- }
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/JudicBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/JudicBaseConsts.java
deleted file mode 100644
index d507d56..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/JudicBaseConsts.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 司法确认相关常量类
- * @description: 司法确认相关常量类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public class JudicBaseConsts {
-
- /**
- * 司法确认审查标签,1:首次审查,2:再次审查
- */
- public static final String AUDIT_TAG_1 = "1";
- public static final String AUDIT_TAG_2 = "2";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/JudicBaseConstsEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/JudicBaseConstsEnum.java
deleted file mode 100644
index 70282d6..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/JudicBaseConstsEnum.java
+++ /dev/null
@@ -1,192 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 司法确认相关常量枚举类
- * @description: 司法确认相关常量枚举类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public enum JudicBaseConstsEnum {
-
- /**
- * 申请渠道,22_00030-1:平台内,22_00030-99:其他渠道
- */
- JUDIC_CANNAL_1("22_00030-1", "平台内"),
- JUDIC_CANNAL_2("22_00030-2", "其他渠道"),
-
- /**
- * 司法确认审查结果,22_00032-0:审查中,22_00032-1:审查同意,22_00032-2:审查拒绝
- */
- JUDIC_AUDIT_0("22_00032-0", "审查中"),
- JUDIC_AUDIT_1("22_00032-1", "审查同意"),
- JUDIC_AUDIT_2("22_00032-2", "审查拒绝"),
-
-
- /**
- * 司法确认审查处理,22_00033-1:退回当事人,22_00033-2:不予受理
- */
- JUDIC_HANDLE_1("22_00033-1", "退回当事人"),
- JUDIC_HANDLE_2("22_00033-2", "不予受理"),
-
- /**
- * 司法确认进度,22_00029-1:待审查,22_00029-2:未开始,22_00029-3:进行中,22_00029-4:已结束,22_00029-5:退回补料,22_00029-6:不予受理
- */
- JUDIC_PROCESS_1("22_00029-1", "待审查"),
- JUDIC_PROCESS_2("22_00029-2", "未开始"),
- JUDIC_PROCESS_3("22_00029-3", "进行中"),
- JUDIC_PROCESS_4("22_00029-4", "已结束"),
- JUDIC_PROCESS_5("22_00029-5", "补充材料"),
- JUDIC_PROCESS_6("22_00029-6", "不予受理"),
-
- /**
- * 司法确认结果,22_00028-1:已达成,22_00028-2:未达成
- */
- JUDIC_RESULT_1("22_00028-1", "已达成"),
- JUDIC_RESULT_2("22_00028-2", "未达成"),
-
- /**
- * 参与人类型,1:法官,2:助理
- */
- ASS_TYPE_1("1", "法官"),
- ASS_TYPE_2("2", "法官助理/书记员");
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- JudicBaseConstsEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (JudicBaseConstsEnum constantEnum : JudicBaseConstsEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-
- /**
- * 静态方法2
- * @param index
- * @return
- */
- public static String getJudicProcessDes(String index) {
- if (JUDIC_PROCESS_1.index.equals(index)){
- return JUDIC_PROCESS_1.des;
- }
- if (JUDIC_PROCESS_2.index.equals(index)){
- return JUDIC_PROCESS_2.des;
- }
- if (JUDIC_PROCESS_3.index.equals(index)){
- return JUDIC_PROCESS_3.des;
- }
- if (JUDIC_PROCESS_4.index.equals(index)){
- return JUDIC_PROCESS_4.des;
- }
- if (JUDIC_PROCESS_5.index.equals(index)){
- return JUDIC_PROCESS_5.des;
- }
- if (JUDIC_PROCESS_6.index.equals(index)){
- return JUDIC_PROCESS_6.des;
- }
- return null;
- }
-
- /**
- * 静态方法4
- * @param index
- * @return
- */
- public static String getJudicWxProcess(String index) {
- // 微信纠纷进度,1:待审查,2:未开始,3:进行中,4:已结束,5:退回补料,6:不予受理
- String WX_PROCESS_1 = "1";
- String WX_PROCESS_2 = "2";
- String WX_PROCESS_3 = "3";
- String WX_PROCESS_4 = "4";
- String WX_PROCESS_5 = "5";
- String WX_PROCESS_6 = "6";
- if (JUDIC_PROCESS_1.index.equals(index)){
- return WX_PROCESS_1;
- }
- if (JUDIC_PROCESS_2.index.equals(index)){
- return WX_PROCESS_2;
- }
- if (JUDIC_PROCESS_3.index.equals(index)){
- return WX_PROCESS_3;
- }
- if (JUDIC_PROCESS_4.index.equals(index)){
- return WX_PROCESS_4;
- }
- if (JUDIC_PROCESS_5.index.equals(index)){
- return WX_PROCESS_5;
- }
- if (JUDIC_PROCESS_6.index.equals(index)){
- return WX_PROCESS_6;
- }
- return null;
- }
-
- /**
- * 静态方法4
- * @param index
- * @return
- */
- public static Integer getJudicProcessInt(String index) {
- if (JUDIC_PROCESS_1.index.equals(index)){
- return 1;
- }
- if (JUDIC_PROCESS_2.index.equals(index)){
- return 2;
- }
- if (JUDIC_PROCESS_3.index.equals(index)){
- return 3;
- }
- if (JUDIC_PROCESS_4.index.equals(index)){
- return 4;
- }
- if (JUDIC_PROCESS_5.index.equals(index)){
- return 5;
- }
- if (JUDIC_PROCESS_6.index.equals(index)){
- return 6;
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/MeetBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/MeetBaseConsts.java
deleted file mode 100644
index 64e5dbe..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/MeetBaseConsts.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 调解相关常量类
- * @description: 调解相关常量类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public class MeetBaseConsts {
-
- /**
- * 是否发送短信通知,1:不发送,2:发送
- */
- public static final String SHORT_STATUS_1 = "1";
- public static final String SHORT_STATUS_2 = "2";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/MeetBaseConstsEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/MeetBaseConstsEnum.java
deleted file mode 100644
index 43a8d12..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/MeetBaseConstsEnum.java
+++ /dev/null
@@ -1,154 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-
-/**
- * @title: 会议相关常量枚举类
- * @description: 会议相关常量枚举类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public enum MeetBaseConstsEnum {
-
- /**
- * 会议参与人类型
- */
- MEET_USER_TYPE_1("22_00022-1", "调解员"),
- MEET_USER_TYPE_2("22_00022-2", "法官"),
- MEET_USER_TYPE_3("22_00022-3", "专家"),
- MEET_USER_TYPE_9("22_00022-9", "其他"),
- MEET_USER_TYPE_10("22_00022-10", "申请方代理人"),
- MEET_USER_TYPE_13("22_00022-11", "被申请方代理人"),
- MEET_USER_TYPE_11("15_020008-1", "申请方当事人"),
- MEET_USER_TYPE_12("15_020008-2", "被申请方当事人"),
- MEET_USER_TYPE_15("15_020008-5", "第三人"),
-
- /**
- * 会议类型
- */
- MEET_TYPE_1("22_00020-1", "纠纷调解"),
- MEET_TYPE_2("22_00020-2", "司法确认"),
-
- /**
- * 会议方式
- */
- MEET_WAY_1("22_00021-1", "线下"),
- MEET_WAY_2("22_00021-2", "线上"),
- MEET_WAY_3("22_00021-3", "线上+线下"),
-
- /**
- * 会议进度,1:未开始,2:进行中,3:已结束,99:已取消
- */
- MEET_STATUS_1("1", "未开始"),
- MEET_STATUS_2("2", "进行中"),
- MEET_STATUS_3("3", "已结束"),
- MEET_STATUS_99("99", "已取消"),
-
- /**
- * 预约确认状态,1:尚未反馈(默认),2:按时参与,3:无法参与
- */
- FIX_STATUS_1("1", "尚未反馈"),
- FIX_STATUS_2("2", "按时参与"),
- FIX_STATUS_3("3", "无法参与"),
-
- /**
- * 会议签到状态,1:未签订(默认),2:已签到,3:缺席
- */
- SIGN_STATUS_1("1", "未签到"),
- SIGN_STATUS_2("2", "已签到"),
- SIGN_STATUS_3("3", "缺席"),
-
- /**
- * 会议视频录制状态:1:录制转码中,2:已上传
- */
- RECORD_STATUS_1("1", "录制转码中"),
- RECORD_STATUS_2("2", "已上传");
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 描述
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String desc) {
- this.des = desc;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- MeetBaseConstsEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (MeetBaseConstsEnum constantEnum : MeetBaseConstsEnum.values()) {
- if (constantEnum.getIndex().equals(index)) {
- return constantEnum.des;
- }
- }
- return null;
- }
-
- /**
- * 静态方法2
- * @param index
- * @return
- */
- public static String getFixStatusDes(String index) {
- if (FIX_STATUS_1.index.equals(index)){
- return FIX_STATUS_1.des;
- }
- if (FIX_STATUS_2.index.equals(index)){
- return FIX_STATUS_2.des;
- }
- if (FIX_STATUS_3.index.equals(index)){
- return FIX_STATUS_3.des;
- }
- return null;
- }
-
- /**
- * 静态方法3
- * @param index
- * @return
- */
- public static String getSignStatusDes(String index) {
- if (SIGN_STATUS_1.index.equals(index)){
- return SIGN_STATUS_1.des;
- }
- if (SIGN_STATUS_2.index.equals(index)){
- return SIGN_STATUS_2.des;
- }
- if (SIGN_STATUS_3.index.equals(index)){
- return SIGN_STATUS_3.des;
- }
- return null;
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/NoticeBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/NoticeBaseConsts.java
deleted file mode 100644
index 85e2878..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/NoticeBaseConsts.java
+++ /dev/null
@@ -1,51 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 消息通知相关常量类
- * @description: 消息通知相关常量类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public class NoticeBaseConsts {
-
- /**
- * 消息类型,1:系统通知,2:平台公告
- */
- public static final String NOTICE_TYPE_1 = "1";
- public static final String NOTICE_TYPE_2 = "2";
-
- /**
- * 已读状态,1:未读(默认值),2:已读
- */
- public static final String READ_STATUS_1 = "1";
- public static final String READ_STATUS_2 = "2";
-
- /**
- * 模板类型,1:调解预约模板
- */
- public static final String MODE_TYPE_1 = "1";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/PaWechatBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/PaWechatBaseConsts.java
deleted file mode 100644
index 143fbf9..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/PaWechatBaseConsts.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 当事人小程序相关常量类
- * @description: 当事人小程序相关常量类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public class PaWechatBaseConsts {
-
- /**
- * 展示类型,1:特殊,2:正常
- */
- public static final String SHOW_TYPE_1 = "1";
- public static final String SHOW_TYPE_2 = "2";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/TaskBaseConstsEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/TaskBaseConstsEnum.java
deleted file mode 100644
index b4ceff3..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/constant/TaskBaseConstsEnum.java
+++ /dev/null
@@ -1,128 +0,0 @@
-package cn.huge.module.mediate.constant;
-
-/**
- * @title: 任务枚举类
- * @description: 任务枚举类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public enum TaskBaseConstsEnum {
-
- //任务进度,1:进行中,2:已完成
- TASK_STATUS_1("1", "进行中"),
- TASK_STATUS_2("2", "已完成"),
-
- // 纠纷任务处理结果,1:通过,2:退回,3:终止流程
- CASE_TASK_HANDLE_1("1", "通过"),
- CASE_TASK_HANDLE_2("2", "退回"),
- CASE_TASK_HANDLE_3("3", "终止流程"),
-
- // 司法确认任务处理结果,1:通过,2:退回,3:终止流程
- JUDIC_TASK_HANDLE_1("1", "通过"),
- JUDIC_TASK_HANDLE_2("2", "退回"),
- JUDIC_TASK_HANDLE_3("3", "终止流程");
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 名称
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String des) {
- this.des = des;
- }
-
- /**
- * 构造方法
- * @param index
- * @param des
- */
- TaskBaseConstsEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (TaskBaseConstsEnum taskBaseConstsEnum : TaskBaseConstsEnum.values()) {
- if (taskBaseConstsEnum.getIndex().equals(index)) {
- return taskBaseConstsEnum.des;
- }
- }
- return null;
- }
-
- /**
- * 静态方法2
- * @param index
- * @return
- */
- public static String getTaskStatusDes(String index) {
- if (TASK_STATUS_1.index.equals(index)){
- return TASK_STATUS_1.des;
- }
- if (TASK_STATUS_2.index.equals(index)){
- return TASK_STATUS_2.des;
- }
- return null;
- }
-
- /**
- * 静态方法3
- * @param index
- * @return
- */
- public static String getCaseTaskHandleDes(String index) {
- if (CASE_TASK_HANDLE_1.index.equals(index)){
- return CASE_TASK_HANDLE_1.des;
- }
- if (CASE_TASK_HANDLE_2.index.equals(index)){
- return CASE_TASK_HANDLE_2.des;
- }
- if (CASE_TASK_HANDLE_3.index.equals(index)){
- return CASE_TASK_HANDLE_3.des;
- }
- return null;
- }
-
- /**
- * 静态方法3
- * @param index
- * @return
- */
- public static String getJudicTaskHandleDes(String index) {
- if (JUDIC_TASK_HANDLE_1.index.equals(index)){
- return JUDIC_TASK_HANDLE_1.des;
- }
- if (JUDIC_TASK_HANDLE_2.index.equals(index)){
- return JUDIC_TASK_HANDLE_2.des;
- }
- if (JUDIC_TASK_HANDLE_3.index.equals(index)){
- return JUDIC_TASK_HANDLE_3.des;
- }
- return null;
- }
-}
-
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseAgentBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseAgentBaseDTO.java
deleted file mode 100644
index ba2cb09..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseAgentBaseDTO.java
+++ /dev/null
@@ -1,217 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import cn.huge.module.sys.dto.FileTypeInfoBaseDTO;
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import com.baomidou.mybatisplus.annotation.TableName;
-import com.fasterxml.jackson.annotation.JsonFormat;
-import lombok.Data;
-
-import java.util.Date;
-import java.util.List;
-
-/**
- * @title: 纠纷代理人表
- * @description: PO中的属性与数据表是一一对应关系,如需根据业务处理不同,请使用BO对象。
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-12 14:20:10
- * @version 1.0.0
- */
-@Data
-public class CaseAgentBaseDTO {
-
- /**
- * 代理人编号
- */
- private String id;
-
- /**
- * 纠纷编号
- */
- private String caseId;
-
- /**
- * 公众用户编号
- */
- private String partyUserId;
-
- /**
- * 当事人编号
- */
- private String personId;
-
- /**
- * 当事人名称
- */
- private String personName;
-
- /**
- * 当事人地位
- */
- private String perType;
-
- /**
- * 代理人类型
- */
- private String perClass;
-
- /**
- * 代理人类型名称
- */
- private String perClassName;
-
- /**
- * 代理人名称
- */
- private String trueName;
-
- /**
- * 联系方式
- */
- private String mobile;
-
- /**
- * 性别
- */
- private String sex;
-
- /**
- * 性别名称
- */
- private String sexName;
-
- /**
- * 证件类型
- */
- private String certiType;
-
- /**
- * 证件类型名称
- */
- private String certiTypeName;
-
- /**
- * 证件号码
- */
- private String certiNo;
-
- /**
- * 出生日期
- */
- private String birthday;
-
- /**
- * 地址省
- */
- private String prov;
-
- /**
- * 地址省名称
- */
- private String provName;
-
- /**
- * 地址市
- */
- private String city;
-
- /**
- * 地址市名称
- */
- private String cityName;
-
- /**
- * 地址区
- */
- private String area;
-
- /**
- * 地址区名称
- */
- private String areaName;
-
- /**
- * 地址街道
- */
- private String road;
-
- /**
- * 地址街道名称
- */
- private String roadName;
-
- /**
- * 地址社区
- */
- private String village;
-
- /**
- * 地址社区名称
- */
- private String villageName;
-
- /**
- * 地址详细地址
- */
- private String addr;
-
- /**
- * 委托类型
- */
- private String agentType;
-
- /**
- * 委托类型名称
- */
- private String agentTypeName;
-
- /**
- * 所在律所
- */
- private String lawFirm;
-
- /**
- * 微信
- */
- private String wechat;
-
- /**
- * QQ
- */
- private String qq;
-
- /**
- * 邮箱
- */
- private String mail;
-
- /**
- * 顾客编号
- */
- private String custId;
-
- /**
- * 删除状态,1:未删除(默认值),99:已删除
- */
- private String deleteStatus;
-
- /**
- * 创建时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date createTime;
-
- /**
- * 更新时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date updateTime;
-
- /**
- * 附件列表
- */
- private List<FileTypeInfoBaseDTO> fileInfoList;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseDispBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseDispBaseDTO.java
deleted file mode 100644
index 99a8633..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseDispBaseDTO.java
+++ /dev/null
@@ -1,269 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import com.baomidou.mybatisplus.annotation.TableName;
-import com.fasterxml.jackson.annotation.JsonFormat;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 纠纷调度单表
- * @description: PO中的属性与数据表是一一对应关系,如需根据业务处理不同,请使用BO对象。
- * @company:hugeinfo
- * @author: xuxj
- * @time: 2022-03-18 15:32:09
- * @version 1.0.0
- */
-@Data
-public class CaseDispBaseDTO {
-
- /**
- * 纠纷调度单编号
- */
- private String id;
-
- /**
- * 纠纷编号
- */
- private String caseId;
-
- /**
- * 案号
- */
- private String caseNo;
-
- /**
- * 系列案状态,1:正常案件,2:系列案
- */
- private String serieStatus;
-
- /**
- * 申请渠道,22_00001-1:机构登记,22_00001-2:小程序,22_00001-3:其他渠道
- */
- private String applyCanal;
-
- /**
- * 申请渠道名称
- */
- private String applyCanalName;
-
- /**
- * 调度标签,22_00011-1:首次调度,22_00011-2:再次申请,22_00011-3:拒绝签收,22_00011-4:超时未签收,22_00011-5:重新调度
- */
- private String dispTag;
-
- /**
- * 调度标签名称
- */
- private String dispTagName;
-
- /**
- * 调度来源人组织编号
- */
- private String sourceUnitId;
-
- /**
- * 调度来源人组织名称
- */
- private String sourceUnitName;
-
- /**
- * 调度来源人编号
- */
- private String sourceUserId;
-
- /**
- * 调度来源人名称
- */
- private String sourceUserName;
-
- /**
- * 调度来源原因
- */
- private String sourceReason;
-
- /**
- * 调度来源说明
- */
- private String sourceContent;
-
- /**
- * 调度方式,1:系统调度,2:人工调度
- */
- private String dispWay;
-
- /**
- * 调度方式名称
- */
- private String dispWayName;
-
- /**
- * 调度类型:22_00012-1:归口分流,22_00012-2:加入抢单池
- */
- private String dispType;
-
- /**
- * 调度类型名称
- */
- private String dispTypeName;
-
- /**
- * 调度处理,22_00013-1:正常调度,22_00013-2:重新调度,22_00013-3:退回申请人,22_00013-4:不予受理
- */
- private String dispHandle;
-
- /**
- * 调度处理名称
- */
- private String dispHandleName;
-
- /**
- * 受理对象选项,22_00038-1:调度给调解组织,22_00038-2:调度给调解员
- */
- private String dispObj;
-
- /**
- * 受理对象选项名称
- */
- private String dispObjName;
-
- /**
- * 具体受理对象编号
- */
- private String acceptObjId;
-
- /**
- * 具体受理对象名称
- */
- private String acceptObjName;
-
- /**
- * 具体受理对象签收状态,1:未签收,2:已签收,3:超时未签收,99:拒绝签收
- */
- private String acceptObjSign;
-
- /**
- * 具体受理对象签收操作时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date acceptSignTime;
-
- /**
- * 不予受理原因
- */
- private String endReason;
-
- /**
- * 不予受理原因名称
- */
- private String endReasonName;
-
- /**
- * 不予受理其他原因
- */
- private String endOtherReason;
-
- /**
- * 调度意见/退回理由
- */
- private String dispContent;
-
- /**
- * 调度处理组织编号
- */
- private String dispUnitId;
-
- /**
- * 调度处理组织名称
- */
- private String dispUnitName;
-
- /**
- * 调度处理部门编号
- */
- private String dispDeptId;
-
- /**
- * 调度处理部门名称
- */
- private String dispDeptName;
-
- /**
- * 调度处理人编号
- */
- private String dispUserId;
-
- /**
- * 调度处理人名称
- */
- private String dispUserName;
-
- /**
- * 调度进度,1:待调度,2:已调度
- */
- private String status;
-
- /**
- * 调度时间
- */
- private Date dispTime;
-
- /**
- * 顾客编号
- */
- private String custId;
-
- /**
- * 删除状态,1:未删除(默认值),99:已删除
- */
- @TableLogic
- private String deleteStatus;
-
- /**
- * 创建时间
- */
- private Date createTime;
-
- /**
- * 更新时间
- */
- private Date updateTime;
-
- /**
- * 签收状态
- */
- private String signStatus;
-
- /**
- * 签收状态
- */
- private String signStatusName;
-
- /**
- * 调度对象处理时间
- */
- private String signTime;
-
- /**
- *调度对象拒签原因(不予受理原因)
- */
- private String notsignReason;
-
- /**
- * 调度对象拒签原因名称(不予受理原因)
- */
- private String notsignReasonName;
-
- /**
- * 调度对象处理说明
- */
- private String signContent;
-
- /**
- * 调度单号
- */
- private String dispId;
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseInfoBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseInfoBaseDTO.java
deleted file mode 100644
index 37f7c94..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseInfoBaseDTO.java
+++ /dev/null
@@ -1,551 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import com.baomidou.mybatisplus.annotation.TableName;
-import com.fasterxml.jackson.annotation.JsonFormat;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 纠纷信息表
- * @description: PO中的属性与数据表是一一对应关系,如需根据业务处理不同,请使用BO对象。
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-18 16:55:09
- * @version 1.0.0
- */
-@Data
-public class CaseInfoBaseDTO {
-
- /**
- * 纠纷信息编号
- */
- private String id;
-
- /**
- * 纠纷标题
- */
- private String caseTitle;
-
- /**
- * 案号
- */
- private String caseNo;
-
- /**
- * 系列案状态,1:正常案件,2:系列案
- */
- private String serieStatus;
-
- /**
- * 系列案编号,系列案状态为1时是纠纷编号,为2时是系列案编号
- */
- private String serieNo;
-
- /**
- * 民诉前调号
- */
- private String mediateNo;
-
- /**
- * 民诉前调书号
- */
- private String mediateBookNo;
-
- /**
- * 调解类型
- */
- private String mediType;
-
- /**
- * 调解类型名称
- */
- private String mediTypeName;
-
- /**
- * 纠纷类型
- */
- private String caseType;
-
- /**
- * 纠纷类型名称
- */
- private String caseTypeName;
-
- /**
- * 纠纷来源,22_00036-1:地方政府委托移送,22_00036-2:依申请调解,22_00036-3:主动调解,22_00036-4:法援委托移送,22_00036-5:检察院委托移送,22_00036-6:公安机关委托移送,22_00036-7:信访记录委托移送,22_00036-8:劳动站移交,22_00036-9:派出所移交,22_00036-10:其他部门委托移送
- */
- private String source;
-
- /**
- * 纠纷来源名称
- */
- private String sourceName;
-
- /**
- * 申请渠道,22_00001-1:机构登记,22_00001-2:小程序,22_00001-3:其他渠道
- */
- private String canal;
-
- /**
- * 申请渠道名称
- */
- private String canalName;
-
- /**
- * 涉及人数
- */
- private Integer peopleNum;
-
- /**
- * 涉及金额
- */
- private Double amount;
-
- /**
- * 涉及人群,22_00035-1:未成年人,22_00035-2:残疾人,22_00035-3:外来农民工,22_00035-4:待下岗,22_00035-5:妇女,22_00035-6:失业,22_00035-7:在职,22_00035-8:老年人,22_00035-9:其他,
- */
- private String crowd;
-
- /**
- * 涉及人群名称
- */
- private String crowdName;
-
- /**
- * 纠纷发生时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date occurTime;
-
- /**
- * 纠纷发生地省
- */
- private String prov;
-
- /**
- * 纠纷发生地省名称
- */
- private String provName;
-
- /**
- * 纠纷发生地市
- */
- private String city;
-
- /**
- * 纠纷发生地市名称
- */
- private String cityName;
-
- /**
- * 纠纷发生地区
- */
- private String area;
-
- /**
- * 纠纷发生地区名称
- */
- private String areaName;
-
- /**
- * 纠纷发生地街道
- */
- private String road;
-
- /**
- * 纠纷发生地街道名称
- */
- private String roadName;
-
- /**
- * 纠纷发生地社区
- */
- private String village;
-
- /**
- * 纠纷发生地社区名称
- */
- private String villageName;
-
- /**
- * 纠纷发生地详细地址
- */
- private String addr;
-
- /**
- * 纠纷描述
- */
- private String caseDes;
-
- /**
- * 调解请求
- */
- private String caseClaim;
-
- /**
- * 当事人申请人名称,多个用,隔开
- */
- private String plaintiffs;
-
- /**
- * 申请人代理人名称
- */
- private String pagents;
-
- /**
- * 当事人被申请人名称,多个用,隔开
- */
- private String defendants;
-
- /**
- * 被申请人代理人申请人名称,多个用,隔开
- */
- private String dagents;
-
- /**
- * 意向调解组织编号
- */
- private String wantUnitId;
-
- /**
- * 意向调解组织名称
- */
- private String wantUnitName;
-
- /**
- * 意向调解员编号
- */
- private String wantUserId;
-
- /**
- * 意向调解员名称
- */
- private String wantUserName;
-
- /**
- * 登记组织编号
- */
- private String inputUnitId;
-
- /**
- * 登记组织名称
- */
- private String inputUnitName;
-
- /**
- * 登记人编号
- */
- private String inputUserId;
-
- /**
- * 登记人名称
- */
- private String inputUserName;
-
- /**
- * 登记方式,1:正常登记,2:案件导入
- */
- private String inputWay;
-
- /**
- * 纠纷受理时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date acceptTime;
-
- /**
- * 纠纷审查操作对象编号
- */
- private String auditObjId;
-
- /**
- * 纠纷审查操作对象名称
- */
- private String auditObjName;
-
- /**
- * 纠纷审查结果,22_00037-1:签收受理,22_00037-2:拒绝签收,22_00037-3:退回申请人,22_00037-4:不予受理
- */
- private String auditResult;
-
- /**
- * 纠纷审查结果名称
- */
- private String auditResultName;
-
- /**
- * 纠纷审查时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date auditTime;
-
- /**
- * 纠纷审查异常原因
- */
- private String errorCause;
-
- /**
- * 纠纷审查异常原因名称
- */
- private String errorCauseName;
-
- /**
- * 纠纷审查说明
- */
- private String auditContent;
-
- /**
- * 签收状态,1:未签收,2:已签收,3:超时未签收,99:拒绝签收
- */
- private String signStatus;
-
- /**
- * 纠纷进度,22_00006-1:待受理,22_00006-2:待调解,22_00006-3:调解中,22_00006-4:调解结束,22_00006-5:退回申请人,22_00006-6:不予受理,22_00006-7:申请人撤回
- */
- private String process;
-
- /**
- * 纠纷进度名称
- */
- private String processName;
-
- /**
- * 实际调解组织编号
- */
- private String mediateUnitId;
-
- /**
- * 实际调解组织名称
- */
- private String mediateUnitName;
-
- /**
- * 实际调解部门编号
- */
- private String mediateDeptId;
-
- /**
- * 实际调解部门名称
- */
- private String mediateDeptName;
-
- /**
- * 实际调解部门类型,1:正常部门,2:特殊部门(调委会等)
- */
- private String mediateDeptType;
-
- /**
- * 主调解员编号
- */
- private String mediatorId;
-
- /**
- * 主调解员
- */
- private String mediator;
-
- /**
- * 主调解员手机号码
- */
- private String mediatorMobile;
-
- /**
- * 调解开始时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date mediStartTime;
-
- /**
- * 调解结束时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date mediEndTime;
-
- /**
- * 调解结果
- */
- private String mediResult;
-
- /**
- * 调解结果名称
- */
- private String mediResultName;
-
- /**
- * 已达成协议
- */
- private String agreeContent;
-
- /**
- * 调解备注
- */
- private String mediContent;
-
- /**
- * 调解不成功原因,22_00019-1:当事人未能就调解协议达成一致,22_00019-2:当事人拒绝调解,22_00019-3:提前终止调解
- */
- private String mediFalse;
-
- /**
- * 调解不成功原因名称
- */
- private String mediFalseName;
-
- /**
- * 是否转诉讼案件,1:不转诉讼,2:转诉讼
- */
- private String civilStatus;
-
- /**
- * 诉讼案号
- */
- private String civilNo;
-
- /**
- * 诉讼法院编号
- */
- private String courtId;
-
- /**
- * 诉讼法院名称
- */
- private String courtName;
-
- /**
- * 司法确认申请情况(调解成功才有),1:未申请,2:已申请
- */
- private String judicApply;
-
- /**
- * 司法确认申请情况名称
- */
- private String judicApplyName;
-
- /**
- * 司法确认信息编号
- */
- private String judicInfoId;
-
- /**
- * 司法确认结果,22_00028-1:已达成,22_00028-2:未达成
- */
- private String judicResult;
-
- /**
- * 司法确认结果名称
- */
- private String judicResultName;
-
- /**
- * 归档状态,1:未归档,2:已归档
- */
- private String fileStatus;
-
- /**
- * 归档状态名称
- */
- private String fileStatusName;
-
- /**
- * 归档人编号
- */
- private String fileUserId;
-
- /**
- * 归档人名称
- */
- private String fileUserName;
-
- /**
- * 归档时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date fileTime;
-
- /**
- * 档案年度
- */
- private String fileYear;
-
- /**
- * 档案卷名
- */
- private String fileBookName;
-
- /**
- * 档案卷号
- */
- private String fileBookNo;
-
- /**
- * 档案编号
- */
- private String fileNo;
-
- /**
- * 档案保管年限,单位:年
- */
- private Integer fileLimitYear;
-
- /**
- * 档案存档位置
- */
- private String fileAddr;
-
- /**
- * 卷宗情况说明
- */
- private String fileContent;
-
- /**
- * 履行情况,22_00008-1:未履行,22_00008-2:当场履行,22_00008-3:分期履行
- */
- private String fulfilSitu;
-
- /**
- * 履行情况名称
- */
- private String fulfilSituName;
-
- /**
- * 回访状态,1:未回访,2:已回访
- */
- private String visitStatus;
-
- /**
- * 回访情况
- */
- private String visitContent;
-
- /**
- * 当事人是否满意,1:不满意,2:满意
- */
- private String partyJoy;
-
- /**
- * 删除状态,1:未删除(默认值),99:已删除
- */
- private String deleteStatus;
-
- /**
- * 顾客编号
- */
- private String custId;
-
- /**
- * 创建时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date createTime;
-
- /**
- * 更新时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date updateTime;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CasePersonBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CasePersonBaseDTO.java
deleted file mode 100644
index 96bb642..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CasePersonBaseDTO.java
+++ /dev/null
@@ -1,246 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import cn.huge.module.sys.dto.FileTypeInfoBaseDTO;
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import com.fasterxml.jackson.annotation.JsonFormat;
-import lombok.Data;
-
-import java.util.Date;
-import java.util.List;
-
-/**
- * @title: 纠纷当事人表
- * @description: PO中的属性与数据表是一一对应关系,如需根据业务处理不同,请使用BO对象。
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-11 18:00:24
- * @version 1.0.0
- */
-@Data
-public class CasePersonBaseDTO {
-
- /**
- * 当事人编号
- */
- private String id;
-
- /**
- * 纠纷编号
- */
- private String caseId;
-
- /**
- * 公众用户编号
- */
- private String partyUserId;
-
- /**
- * 当事人地位
- */
- private String perType;
-
- /**
- * 当事人地位名称
- */
- private String perTypeName;
-
- /**
- * 当事人类型
- */
- private String perClass;
-
- /**
- * 当事人类型名称
- */
- private String perClassName;
-
- /**
- * 姓名/企业/机构名称
- */
- private String trueName;
-
- /**
- * 法定代表人名称
- */
- private String deputy;
-
- /**
- * 联系方式
- */
- private String mobile;
-
- /**
- * 民族
- */
- private String nation;
-
- /**
- * 民族名称
- */
- private String nationName;
-
- /**
- * 证件类型
- */
- private String certiType;
-
- /**
- * 证件类型名称
- */
- private String certiTypeName;
-
- /**
- * 证件号码
- */
- private String certiNo;
-
- /**
- * 出生日期
- */
- private String birthday;
-
- /**
- * 组织机构代码
- */
- private String orgaCode;
-
- /**
- * 性别
- */
- private String sex;
-
- /**
- * 性别名称
- */
- private String sexName;
-
- /**
- * 职业
- */
- private String job;
-
- /**
- * 职业名称
- */
- private String jobName;
-
- /**
- * 地址省
- */
- private String prov;
-
- /**
- * 地址省名称
- */
- private String provName;
-
- /**
- * 地址市
- */
- private String city;
-
- /**
- * 地址市名称
- */
- private String cityName;
-
- /**
- * 地址区
- */
- private String area;
-
- /**
- * 地址区名称
- */
- private String areaName;
-
- /**
- * 地址街道
- */
- private String road;
-
- /**
- * 地址街道名称
- */
- private String roadName;
-
- /**
- * 地址社区
- */
- private String village;
-
- /**
- * 地址社区名称
- */
- private String villageName;
-
- /**
- * 地址详细地址
- */
- private String addr;
-
- /**
- * 年龄
- */
- private Integer age;
-
- /**
- * 微信
- */
- private String wechat;
-
- /**
- * QQ
- */
- private String qq;
-
- /**
- * 有无代理人,1:无,2:有
- */
- private String agentStatus;
-
- /**
- * 邮箱
- */
- private String mail;
-
- /**
- * 顾客编号
- */
- private String custId;
-
- /**
- * 删除状态,1:未删除(默认值),99:已删除
- */
- private String deleteStatus;
-
- /**
- * 创建时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date createTime;
-
- /**
- * 更新时间
- */
- @JsonFormat(pattern="yyyy-MM-dd HH:mm:ss", timezone="GMT+8")
- private Date updateTime;
-
- /**
- * 代理人
- */
- private CaseAgentBaseDTO agent;
-
- /**
- * 附件列表
- */
- private List<FileTypeInfoBaseDTO> fileInfoList;
-
- /**
- * 有无代理人标识,1:无,2:有
- */
- private String plaintAgentStatus;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseSignBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseSignBaseDTO.java
deleted file mode 100644
index 27bc790..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/CaseSignBaseDTO.java
+++ /dev/null
@@ -1,141 +0,0 @@
-package cn.huge.module.mediate.dto;
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 签收数据
- * @description: PO中的属性与数据表是一一对应关系,如需根据业务处理不同,请使用BO对象。
- * @company:hugeinfo
- * @author: chenx
- * @time: 2022-03-23 14:20:10
- * @version 1.0.0
- */
-@Data
-public class CaseSignBaseDTO {
-
- /**
- * 纠纷签收任务编号
- */
- private String id;
-
- /**
- * 纠纷编号
- */
- private String caseId;
-
- /**
- * 系列案状态,1:正常案件,2:系列案
- */
- private String serieStatus;
-
- /**
- * 调度单编号
- */
- private String dispId;
-
- /**
- * 调度处理对象类型,22_00038-1:调度给调解组织,22_00038-2:调度给调解员
- */
- private String dispObjType;
-
- /**
- * 调度处理对象编号
- */
- private String dispObjId;
-
- /**
- * 调度处理对象名称
- */
- private String dispObjName;
-
- /**
- * 到期时间
- */
- private Date expireTime;
-
- /**
- * 经办人组织编号
- */
- private String handlerUnitId;
-
- /**
- * 经办人组织名称
- */
- private String handlerUnitName;
-
- /**
- * 经办人部门编号
- */
- private String handlerDeptId;
-
- /**
- * 经办人部门名称
- */
- private String handlerDeptName;
-
- /**
- * 经办人编号
- */
- private String handlerUserId;
-
- /**
- * 经办人名称
- */
- private String handlerUserName;
-
- /**
- * 签收意见,22_00010-1:同意签收,22_00010-2:拒绝签收
- */
- private String handleResult;
-
- /**
- * 签收意见名称
- */
- private String handleResultName;
-
- /**
- * 拒签原因
- */
- private String notsignReason;
-
- /**
- * 拒签原因名称
- */
- private String notsignReasonName;
-
- /**
- * 签收说明
- */
- private String handleContent;
-
- /**
- * 签收进度,1:未签收,2:已签收,3:超时未签收,99:拒绝签收
- */
- private String status;
-
- /**
- * 签收时间
- */
- private Date signTime;
-
- /**
- * 顾客编号
- */
- private String custId;
-
- /**
- * 创建时间
- */
- private Date createTime;
-
- /**
- * 更新时间
- */
- private Date updateTime;
-}
-
-
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DispObjectBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DispObjectBaseDTO.java
deleted file mode 100644
index 1b3b4f1..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DispObjectBaseDTO.java
+++ /dev/null
@@ -1,49 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import lombok.Data;
-
-/**
- * @title: 调度对象接受层
- * @description:
- * @company:hugeinfo
- * @author: xuxj
- * @time: 2022-03-18 15:32:09
- * @version 1.0.0
- */
-@Data
-public class DispObjectBaseDTO {
- /**
- * 调度处理组织编号
- */
- private String dispUnitId;
-
- /**
- * 调度处理组织名称
- */
- private String dispUnitName;
-
- /**
- * 调度处理部门编号
- */
- private String dispDeptId;
-
- /**
- * 调度处理部门名称
- */
- private String dispDeptName;
-
- /**
- * 调度处理人编号
- */
- private String dispUserId;
-
- /**
- * 调度处理人名称
- */
- private String dispUserName;
-
- /**
- * 调度受理类型
- */
- private String handleType;
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DispParamsBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DispParamsBaseDTO.java
deleted file mode 100644
index 0a6335a..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DispParamsBaseDTO.java
+++ /dev/null
@@ -1,46 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import lombok.Data;
-
-/**
- * @title: 调度对象参数
- * @description:
- * @company:hugeinfo
- * @author: xuxj
- * @time: 2022-03-18 15:32:09
- * @version 1.0.0
- */
-@Data
-public class DispParamsBaseDTO {
-
- /**
- * 调度发生地所在区
- */
- private String village;
-
- /**
- * 调度街道/社区编号
- */
- private String road;
-
- /**
- * 调度街道/社区编号
- */
- private String area;
-
- /**
- * 调解范围
- */
- private String caseType;
-
- /**
- * 调解专长
- */
- private String mediaType;
-
- /**
- * 调解登记下的用户编号
- */
- private String custId;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DocDraftDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DocDraftDTO.java
deleted file mode 100644
index 0401bd6..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/DocDraftDTO.java
+++ /dev/null
@@ -1,111 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableName;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 文书草稿数据传输类
- * @description: 文书草稿数据传输类
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-05-12 14:37:31
- * @version 1.0.0
- */
-@Data
-public class DocDraftDTO {
-
- /**
- * 调解协议书草稿编号
- */
- private String id;
-
- /**
- * 纠纷编号
- */
- private String caseId;
-
- /**
- * 所属类型
- */
- private String ownerType;
-
- /**
- * 草稿文件名称
- */
- private String docName;
-
- /**
- * 草稿内容
- */
- private String content;
-
- /**
- * 草稿文件路径
- */
- private String docUrl;
-
- /**
- * 下载链接
- */
- private String downUrl;
-
- /**
- * 制作人编号
- */
- private String userId;
-
- /**
- * 制作人名称
- */
- private String userName;
-
- /**
- * 制作组织编号
- */
- private String unitId;
-
- /**
- * 制作组织名称
- */
- private String unitName;
-
- /**
- * 客户编号
- */
- private String custId;
-
- /**
- * 创建时间
- */
- private Date createTime;
-
- /**
- * 更新时间
- */
- private Date updateTime;
-
- /**
- * 展示文件名称
- */
- private String name;
-
- /**
- * 文件类型
- */
- private String cat;
-
- /**
- * 查看链接
- */
- private String showUrl;
-
- /**
- * 上传类型,1:模板,2:本地上传
- */
- private String uploadType;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/FilesDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/FilesDTO.java
deleted file mode 100644
index 12ea17b..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/FilesDTO.java
+++ /dev/null
@@ -1,83 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import lombok.Data;
-
-/**
- * 附件信息
- */
-@Data
-public class FilesDTO {
-
- /**
- * 案件类型
- */
- private Integer ajlx;
-
- /**
- * 创建时间
- */
- private String cjsj;
-
-
- /**
- * 是否删除
- */
- private Integer delete;
-
- /**
- * 后缀
- */
- private String hz;
-
- /**
- * 原文件名称
- */
- private String name;
-
- /**
- * 文件大小
- */
- private String size;
-
- /**
- * 文件大小
- */
- private String wjdx;
-
- /**
- * 下载路径
- */
- private String xzlj;
-
- /**
- * 原文件名称
- */
- private String ywjm;
-
- /**
- * 最后更新时间
- */
- private String zhgxsj;
-}
-/**
- * -------------------_ooOoo_
- * ------------------o8888888o
- * ------------------88" . "88
- * ------------------(| -_- |)
- * ------------------O\ = /O
- * ---------------____/`---'\____
- * -------------.' \\| |// `.
- * ------------/ \\||| : |||// \
- * -----------/ _||||| -:- |||||- \
- * -----------| | \\\ - /// | |
- * -----------| \_| ''\---/'' | |
- * -----------\ .-\__ `-` ___/-. /
- * ---------___`. .' /--.--\ `. . __
- * ------."" '< `.___\_<|>_/___.' >'"".
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |
- * -----\ \ `-. \_ __\ /__ _/ .-` / /
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ------------佛祖保佑-------永无BUG-------------
- */
\ No newline at end of file
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/RegisterSaveBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/RegisterSaveBaseDTO.java
deleted file mode 100644
index bf0b69e..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/RegisterSaveBaseDTO.java
+++ /dev/null
@@ -1,78 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import lombok.Data;
-import java.util.List;
-
-/**
- * @title: 纠纷信息数据传输对象
- * @description: 纠纷信息数据传输对象
- * @company: hugeinfo
- * @author: liyj
- * @time: 2022-03-11 11:43:25
- * @version: 1.0.0
- * @see CaseInfoBaseDTO
- */
-@Data
-public class RegisterSaveBaseDTO extends CaseInfoBaseDTO {
-
- /**
- * 登记状态,1:草稿案件,2:正式案件
- */
- private String inputStatus;
-
- /**
- * 申请人类型
- */
- private String plaintPerClass;
-
- /**
- * 申请人类型名称
- */
- private String plaintPerClassName;
-
- /**
- * 申请人姓名
- */
- private String plaintTrueName;
-
- /**
- * 申请人联系电话
- */
- private String plaintMobile;
-
- /**
- * 被申请人类型
- */
- private String defendPerClass;
-
- /**
- * 被申请人类型
- */
- private String defendPerClassName;
-
- /**
- * 被申请人姓名
- */
- private String defendTrueName;
-
- /**
- * 被申请人联系电话
- */
- private String defendMobile;
-
- /**
- * 申请人列表
- */
- private List<CasePersonBaseDTO> plaintiffList;
-
- /**
- * 被申请人列表
- */
- private List<CasePersonBaseDTO> defendantList;
-
- /**
- * 调解组织类型,1:本单位调解,2:本单位人调解,3:其他单位调解
- */
- private String mediateUnitType;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/WechatBindCaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/WechatBindCaseDTO.java
deleted file mode 100644
index 804c65c..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/mediate/dto/WechatBindCaseDTO.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package cn.huge.module.mediate.dto;
-
-import lombok.Data;
-
-/**
- * @title: 当事人小程序-注册绑定已有案件数据传输对象
- * @description: 当事人小程序-注册绑定已有案件数据传输对象
- * @company: hugeinfo
- * @author: liyj
- * @time: 2022-03-11 11:43:25
- * @version: 1.0.0
- */
-@Data
-public class WechatBindCaseDTO {
-
- /**
- * 用户编号
- */
- private String userId;
-
- /**
- * 用户姓名
- */
- private String trueName;
-
- /**
- * 用户手机号码
- */
- private String mobile;
-
- /**
- * 用户身份证号码
- */
- private String idcard;
-
- /**
- * 客户编号
- */
- private String custId;
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/constant/MenuBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/constant/MenuBaseConsts.java
deleted file mode 100644
index 00a9263..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/constant/MenuBaseConsts.java
+++ /dev/null
@@ -1,48 +0,0 @@
-package cn.huge.module.oper.constant;
-
-/**
- * @title: 应用类型常量
- * @description: 应用类型常量
- * @company: hugeinfo
- * @author: xuxj
- * @time: 2022-02-23 16:51:48
- * @version: 1.0.0
- */
-public class MenuBaseConsts {
-
- /**
- * 应用类型,1:普通应用,2:付费应用
- */
- public static final String APP_TYPE_1 = "1";
- public static final String APP_TYPE_2 = "2";
-
- /**
- * 目录类型,0:应用,1:模块,2:菜单,3:功能
- */
- public static final String MENU_TYPE_0 = "0";
- public static final String MENU_TYPE_1 = "1";
- public static final String MENU_TYPE_2 = "2";
- public static final String MENU_TYPE_3 = "3";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/constant/RoleBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/constant/RoleBaseConsts.java
deleted file mode 100644
index ea6626f..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/constant/RoleBaseConsts.java
+++ /dev/null
@@ -1,40 +0,0 @@
-package cn.huge.module.oper.constant;
-
-/**
- * @title: 应用类型常量
- * @description: 应用类型常量
- * @company: hugeinfo
- * @author: xuxj
- * @time: 2022-02-23 16:51:48
- * @version: 1.0.0
- */
-public class RoleBaseConsts {
-
- /**
- * 角色类型,1:运营角色,2:用户角色
- */
- public static final String ROLE_TYPE_1 = "1";
- public static final String ROLE_TYPE_2 = "2";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/RsMealfunBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/RsMealfunBaseDTO.java
deleted file mode 100644
index 1965d02..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/RsMealfunBaseDTO.java
+++ /dev/null
@@ -1,53 +0,0 @@
-package cn.huge.module.oper.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableName;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 客户信息数据传输对象
- * @description: 客户信息数据传输对象
- * @company:hugeinfo
- * @author: chenx
- * @time: 2022-02-28 14:35:59
- * @version 1.0.0
- */
-@TableName(value = "dyh_rs_mealfun")
-@Data
-public class RsMealfunBaseDTO {
-
- /**
- * 权限编号
- */
- private String powerId;
-
- /**
- * 权限名称
- */
- private String powerName;
-
- /**
- * 父级编号,根级默认为root
- */
- private String parentId;
-
- /**
- * 权限类型,0:应用,1:模块,2:菜单,3:功能
- */
- private String powerType;
-
- /**
- * 应用客户端,1:pc端(默认),2:当事人小程序,3:调解员小程序
- */
- private String appClient;
-
- private String powerIcon;
-
- private String powerTag;
-
- private String powerUrl;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/RsVerfunBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/RsVerfunBaseDTO.java
deleted file mode 100644
index 529822f..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/RsVerfunBaseDTO.java
+++ /dev/null
@@ -1,45 +0,0 @@
-package cn.huge.module.oper.dto;
-
-import lombok.Data;
-/**
- * @title: 客户信息数据传输对象
- * @description: 客户信息数据传输对象
- * @company:hugeinfo
- * @author: chenx
- * @time: 2022-02-28 10:51:40
- * @version 1.0.0
- */
-@Data
-public class RsVerfunBaseDTO {
-
- /**
- * 权限编号
- */
- private String powerId;
-
- /**
- * 权限名称
- */
- private String powerName;
-
- /**
- * 父级编号,根级默认为root
- */
- private String parentId;
-
- /**
- * 权限类型,0:应用,1:模块,2:菜单,3:功能
- */
- private String powerType;
-
- /**
- * 应用客户端,1:pc端(默认),2:当事人小程序,3:调解员小程序
- */
- private String appClient;
-
- private String powerIcon;
-
- private String powerTag;
-
- private String powerUrl;
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/SeCustWechatDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/SeCustWechatDTO.java
deleted file mode 100644
index 3781a38..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/SeCustWechatDTO.java
+++ /dev/null
@@ -1,86 +0,0 @@
-package cn.huge.module.oper.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableName;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 客户微信小程序配置数据传输对象
- * @description: 客户微信小程序配置数据传输对象
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-04-12 15:28:22
- * @version 1.0.0
- */
-@Data
-public class SeCustWechatDTO {
-
- /**
- * 客户微信小程序信息编号
- */
- private String id;
-
- /**
- * 客户编号
- */
- private String custId;
-
- /**
- * 小程序主体id
- */
- private String mainId;
-
- /**
- * 小程序主体名称
- */
- private String mainName;
-
- /**
- * 小程序主体登录账号
- */
- private String mainAcc;
-
- /**
- * 小程序主体登录密码
- */
- private String mainPower;
-
- /**
- * 小程序appid
- */
- private String appid;
-
- /**
- * 小程序secret
- */
- private String secret;
-
- /**
- * 小程序token
- */
- private String token;
-
- /**
- * 小程序aeskey
- */
- private String aeskey;
-
- /**
- * 小程序msgDataFormat
- */
- private String msgDataFormat;
-
- /**
- * 创建时间
- */
- private Date createTime;
-
- /**
- * 状态时间
- */
- private Date updateTime;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/SeCustomBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/SeCustomBaseDTO.java
deleted file mode 100644
index 604b836..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/oper/dto/SeCustomBaseDTO.java
+++ /dev/null
@@ -1,103 +0,0 @@
-package cn.huge.module.oper.dto;
-
-import lombok.Data;
-
-import java.util.List;
-
-/**
- * @title: 客户信息数据传输对象
- * @description: 客户信息数据传输对象
- * @company:hugeinfo
- * @author: chenx
- * @time: 2022-03-02 09:46:42
- * @version 1.0.0
- */
-@Data
-public class SeCustomBaseDTO {
-
- /**
- * 客户编号
- */
- private String id;
-
- /**
- * 客户名称
- */
- private String trueName;
-
- /**
- * 管理员账号
- */
- private String acc;
-
- /**
- * 管理员账号密码,MD5加密
- */
- private String cipher;
-
- /**
- * 管理员账号密码明文
- */
- private String cipherOpen;
-
- /**
- * 负责人姓名
- */
- private String dutyName;
-
- /**
- * 负责人手机号码
- */
- private String dutyMobile;
-
- /**
- * 客户地址省
- */
- private String prov;
-
- /**
- * 客户地址省名称
- */
- private String provName;
-
- /**
- * 客户地址市
- */
- private String city;
-
- /**
- * 客户地址市名称
- */
- private String cityName;
-
- /**
- * 客户地址区
- */
- private String area;
-
- /**
- * 客户地址区名称
- */
- private String areaName;
-
- /**
- * 客户联系地址
- */
- private String addr;
-
- /**
- * 备注
- */
- private String remake;
-
- /**
- * 客户拥有版本信息
- */
- private List<RsVerfunBaseDTO> rsVerfunBaseDTOList;
-
- /**
- * 客户拥有增强包信息
- */
- private List<RsMealfunBaseDTO> rsMealfunBaseDTOList;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FileOwnerTypeBaseEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FileOwnerTypeBaseEnum.java
deleted file mode 100644
index 22f42bc..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FileOwnerTypeBaseEnum.java
+++ /dev/null
@@ -1,371 +0,0 @@
-package cn.huge.module.sys.constant;
-
-/**
- * @title": 附件所属业务类型枚举类
- * @description": 附件所属业务类型枚举类
- * @company": hugeinfo
- * @author": liyj
- * @time": 2021-11-05 16":51":48
- * @version": 1.0.0
- */
-public enum FileOwnerTypeBaseEnum {
-
- /**
- * 未分类
- */
- OWNER_TYPE_000("22_00018-000", "未分类"),
-
- /**
- * 材料大类
- */
- OWNER_CAT_1("22_00014-1", "申请材料"),
- OWNER_CAT_2("22_00014-2", "证据材料"),
- OWNER_CAT_3("22_00014-3", "身份证明材料"),
- OWNER_CAT_4("22_00014-4", "其他材料"),
- OWNER_CAT_5("22_00014-5", "调解结果材料"),
- OWNER_CAT_6("22_00014-6", "司法确认结果材料"),
- OWNER_CAT_7("22_00014-7", "任务处理附件"),
- OWNER_CAT_8("22_00014-8", "模板附件"),
- OWNER_CAT_9("22_00014-9", "系统附件"),
-
- /**
- * 纠纷登记材料
- */
- OWNER_TYPE_101("22_00018-101", "申请材料"),
- OWNER_TYPE_102("22_00018-102", "证据材料"),
- OWNER_TYPE_103("22_00018-103", "证据清单"),
- OWNER_TYPE_104("22_00018-104", "人民调解申请书"),
- OWNER_TYPE_105("22_00018-105", "人民调解受理登记表"),
- OWNER_TYPE_106("22_00018-106", "起诉状"),
- OWNER_TYPE_107("22_00018-107", "管辖依据证明材料"),
- OWNER_TYPE_108("22_00018-108", "法院电子送达地址确认书"),
- OWNER_TYPE_109("22_00018-109", "立案申报表"),
- OWNER_TYPE_110("22_00018-110", "被申请人证据材料"),
- OWNER_TYPE_199("22_00018-199", "其他材料"),
-
- /**
- * 人员相关材料
- */
- OWNER_TYPE_201("22_00018-201", "身份证"),
- OWNER_TYPE_202("22_00018-202", "身份证明材料"),
- OWNER_TYPE_203("22_00018-203", "企业(机构)登记材料"),
- OWNER_TYPE_204("22_00018-204", "法定(机构)代表人身份证明材料"),
- OWNER_TYPE_205("22_00018-205", "代理人身份证明材料"),
- OWNER_TYPE_206("22_00018-206", "代理人律师证"),
- OWNER_TYPE_207("22_00018-207", "代理人授权委托书"),
- OWNER_TYPE_208("22_00018-208", "代理人律师所函"),
- OWNER_TYPE_299("22_00018-299", "其他身份证明材料"),
-
- /**
- * 调解材料
- */
- OWNER_TYPE_301("22_00018-301", "调解笔录"),
- OWNER_TYPE_302("22_00018-302", "人民调解协议书"),
- OWNER_TYPE_303("22_00018-303", "调解结案记录"),
- OWNER_TYPE_304("22_00018-304", "撤诉申请书"),
- OWNER_TYPE_305("22_00018-305", "调解现场照片"),
- OWNER_TYPE_306("22_00018-306", "人民调解委员会开具的调解证明"),
- OWNER_TYPE_307("22_00018-307", "调解档案封面"),
-
- /**
- * 司法确认材料
- */
- OWNER_TYPE_401("22_00018-401", "司法确认询问笔录"),
- OWNER_TYPE_402("22_00018-402", "非诉讼调解协议司法确认申请书"),
- OWNER_TYPE_403("22_00018-403", "诉前联调协议移送司法确认函"),
- OWNER_TYPE_405("22_00018-405", "民事裁定书"),
- OWNER_TYPE_406("22_00018-406", "司法确认书送达告知书"),
- OWNER_TYPE_407("22_00018-407", "司法确认书送达回证"),
- OWNER_TYPE_409("22_00018-409", "其他司法确认申请材料"),
- OWNER_TYPE_410("22_00018-410", "司法确认现场照片"),
-
- /**
- * 任务材料
- */
- OWNER_TYPE_501("22_00018-501", "处理材料"),
-
- /**
- * 系统材料
- */
- OWNER_TYPE_502("22_00018-502", "用户头像"),
- OWNER_TYPE_503("22_00018-503", "设备附件"),
- OWNER_TYPE_504("22_00018-504", "一本账附件"),
- OWNER_TYPE_505("22_00018-505", "首页使用教程"),
-
- /**
- * 模板材料
- */
- OWNER_TYPE_601("22_00018-601", "调解笔录模板"),
- OWNER_TYPE_602("22_00018-602", "人民调解协议书模板"),
- OWNER_TYPE_603("22_00018-603", "司法确认询问笔录模板"),
- OWNER_TYPE_604("22_00018-604", "民事裁定书模板"),
- OWNER_TYPE_605("22_00018-605", "一本账模板");
-
- /**
- * 教程材料
- */
-
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 名称
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String des) {
- this.des = des;
- }
-
- FileOwnerTypeBaseEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (FileOwnerTypeBaseEnum fileOwnerTypeBaseEnum : FileOwnerTypeBaseEnum.values()) {
- if (fileOwnerTypeBaseEnum.getIndex().equals(index)) {
- return fileOwnerTypeBaseEnum.des;
- }
- }
- return null;
- }
-
- /**
- * 静态方法
- * @param ownerType
- * @return
- */
- public static String getCat(String ownerType) {
- switch (ownerType) {
- case "22_00018-101":
- return OWNER_CAT_1.getIndex();
- case "22_00018-102":
- return OWNER_CAT_2.getIndex();
- case "22_00018-103":
- return OWNER_CAT_2.getIndex();
- case "22_00018-104":
- return OWNER_CAT_1.getIndex();
- case "22_00018-105":
- return OWNER_CAT_1.getIndex();
- case "22_00018-106":
- return OWNER_CAT_1.getIndex();
- case "22_00018-107":
- return OWNER_CAT_2.getIndex();
- case "22_00018-108":
- return OWNER_CAT_1.getIndex();
- case "22_00018-109":
- return OWNER_CAT_1.getIndex();
- case "22_00018-110":
- return OWNER_CAT_2.getIndex();
- case "22_00018-199":
- return OWNER_CAT_4.getIndex();
-
- case "22_00018-201":
- return OWNER_CAT_3.getIndex();
- case "22_00018-202":
- return OWNER_CAT_3.getIndex();
- case "22_00018-203":
- return OWNER_CAT_3.getIndex();
- case "22_00018-204":
- return OWNER_CAT_3.getIndex();
- case "22_00018-205":
- return OWNER_CAT_3.getIndex();
- case "22_00018-206":
- return OWNER_CAT_3.getIndex();
- case "22_00018-207":
- return OWNER_CAT_3.getIndex();
- case "22_00018-208":
- return OWNER_CAT_3.getIndex();
- case "22_00018-299":
- return OWNER_CAT_3.getIndex();
-
- case "22_00018-301":
- return OWNER_CAT_5.getIndex();
- case "22_00018-302":
- return OWNER_CAT_5.getIndex();
- case "22_00018-303":
- return OWNER_CAT_5.getIndex();
- case "22_00018-304":
- return OWNER_CAT_5.getIndex();
- case "22_00018-305":
- return OWNER_CAT_5.getIndex();
- case "22_00018-306":
- return OWNER_CAT_5.getIndex();
-
- case "22_00018-401":
- return OWNER_CAT_6.getIndex();
- case "22_00018-402":
- return OWNER_CAT_6.getIndex();
- case "22_00018-403":
- return OWNER_CAT_6.getIndex();
- case "22_00018-406":
- return OWNER_CAT_6.getIndex();
- case "22_00018-407":
- return OWNER_CAT_6.getIndex();
- case "22_00018-409":
- return OWNER_CAT_6.getIndex();
- case "22_00018-410":
- return OWNER_CAT_6.getIndex();
-
- case "22_00018-501":
- return OWNER_CAT_7.getIndex();
-
- case "22_00018-502":
- return OWNER_CAT_9.getIndex();
- case "22_00018-503":
- return OWNER_CAT_9.getIndex();
- case "22_00018-504":
- return OWNER_CAT_9.getIndex();
- case "22_00018-505":
- return OWNER_CAT_9.getIndex();
-
- case "22_00018-601":
- return OWNER_CAT_8.getIndex();
- case "22_00018-602":
- return OWNER_CAT_8.getIndex();
- case "22_00018-603":
- return OWNER_CAT_8.getIndex();
- case "22_00018-604":
- return OWNER_CAT_8.getIndex();
- case "22_00018-605":
- return OWNER_CAT_9.getIndex();
-
- default:
- return OWNER_CAT_4.getIndex();
- }
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static FileOwnerTypeBaseEnum getByIndex(final String index) {
- switch (index) {
- case "22_00014-1":
- return OWNER_CAT_1;
- case "22_00014-2":
- return OWNER_CAT_2;
- case "22_00014-3":
- return OWNER_CAT_3;
- case "22_00014-4":
- return OWNER_CAT_4;
- case "22_00014-5":
- return OWNER_CAT_5;
- case "22_00014-6":
- return OWNER_CAT_6;
- case "22_00018-101":
- return OWNER_TYPE_101;
- case "22_00018-102":
- return OWNER_TYPE_102;
- case "22_00018-103":
- return OWNER_TYPE_103;
- case "22_00018-104":
- return OWNER_TYPE_104;
- case "22_00018-105":
- return OWNER_TYPE_105;
- case "22_00018-106":
- return OWNER_TYPE_106;
- case "22_00018-107":
- return OWNER_TYPE_107;
- case "22_00018-108":
- return OWNER_TYPE_108;
- case "22_00018-109":
- return OWNER_TYPE_109;
- case "22_00018-110":
- return OWNER_TYPE_110;
- case "22_00018-199":
- return OWNER_TYPE_199;
-
- case "22_00018-201":
- return OWNER_TYPE_201;
- case "22_00018-202":
- return OWNER_TYPE_202;
- case "22_00018-203":
- return OWNER_TYPE_203;
- case "22_00018-204":
- return OWNER_TYPE_204;
- case "22_00018-205":
- return OWNER_TYPE_205;
- case "22_00018-206":
- return OWNER_TYPE_206;
- case "22_00018-207":
- return OWNER_TYPE_207;
- case "22_00018-208":
- return OWNER_TYPE_208;
- case "22_00018-299":
- return OWNER_TYPE_299;
-
- case "22_00018-301":
- return OWNER_TYPE_301;
- case "22_00018-302":
- return OWNER_TYPE_302;
- case "22_00018-303":
- return OWNER_TYPE_303;
- case "22_00018-304":
- return OWNER_TYPE_304;
- case "22_00018-305":
- return OWNER_TYPE_305;
- case "22_00018-306":
- return OWNER_TYPE_306;
-
- case "22_00018-401":
- return OWNER_TYPE_401;
- case "22_00018-402":
- return OWNER_TYPE_402;
- case "22_00018-403":
- return OWNER_TYPE_403;
- case "22_00018-406":
- return OWNER_TYPE_406;
- case "22_00018-407":
- return OWNER_TYPE_407;
- case "22_00018-409":
- return OWNER_TYPE_409;
- case "22_00018-410":
- return OWNER_TYPE_410;
-
- case "22_00018-501":
- return OWNER_TYPE_501;
- case "22_00018-502":
- return OWNER_TYPE_502;
- case "22_00018-503":
- return OWNER_TYPE_503;
- case "22_00018-504":
- return OWNER_TYPE_504;
-
- case "22_00018-601":
- return OWNER_TYPE_601;
- case "22_00018-602":
- return OWNER_TYPE_602;
- case "22_00018-603":
- return OWNER_TYPE_603;
- case "22_00018-604":
- return OWNER_TYPE_604;
- case "22_00018-605":
- return OWNER_TYPE_605;
- default:
- return OWNER_TYPE_000;
- }
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FlowBaseConsts.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FlowBaseConsts.java
deleted file mode 100644
index 0aafc49..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FlowBaseConsts.java
+++ /dev/null
@@ -1,68 +0,0 @@
-package cn.huge.module.sys.constant;
-
-/**
- * @title: 调解相关常量类
- * @description: 调解相关常量类
- * @company: hugeinfo
- * @author: liyj
- * @time: 2021-11-05 16:51:48
- * @version: 1.0.0
- */
-public class FlowBaseConsts {
-
- /**
- * 多元化流程编号
- */
- public static final String DYH_FLOW_1 = "DYH2.0_FLOW_MEDIATE_ROOT";
- public static final String DYH_FLOW_2 = "DYH2.0_FLOW_JUDIC_ROOT";
-
- /**
- * 任务节点类型,1:首节点,2:普通节点,3:结束节点
- */
- public static final String TASK_NODE_TYPE_1 = "1";
- public static final String TASK_NODE_TYPE_2 = "2";
- public static final String TASK_NODE_TYPE_3 = "3";
-
- /**
- * 任务类型,1:正常任务,2:退回任务
- */
- public static final String TASK_TYPE_1 = "1";
- public static final String TASK_TYPE_2 = "2";
-
- /**
- * 任务条件,forward:前进,back:退回
- */
- public static final String OPERATION_1 = "forward";
- public static final String OPERATION_2 = "back";
-
- /**
- * 任务节点执行者类型:22_00026-1:所有人,22_00026-2:上一步骤选择,
- * 22_00026-3:上一步骤执行者,22_00026-4:固定角色
- */
- public static final String OPER_TYPE_1 = "22_00026-1";
- public static final String OPER_TYPE_2 = "22_00026-2";
- public static final String OPER_TYPE_3 = "22_00026-3";
- public static final String OPER_TYPE_4 = "22_00026-4";
-}
-/**
- * -------------------_ooOoo_-------------------
- * ------------------o8888888o------------------
- * ------------------88" . "88------------------
- * ------------------(| -_- |)------------------
- * ------------------O\ = /O------------------
- * ---------------____/`---'\____---------------
- * -------------.' \\| |// `.-------------
- * ------------/ \\||| : |||// \------------
- * -----------/ _||||| -:- |||||- \-----------
- * -----------| | \\\ - /// | |-----------
- * -----------| \_| ''\---/'' | |-----------
- * -----------\ .-\__ `-` ___/-. /-----------
- * ---------___`. .' /--.--\ `. . __----------
- * ------."" '< `.___\_<|>_/___.' >'"".-------
- * -----| | : `- \`.;`\ _ /`;.`/ - ` : | |-----
- * -----\ \ `-. \_ __\ /__ _/ .-` / /-----
- * ======`-.____`-.___\_____/___.-`____.-'======
- * -------------------`=---='
- * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- * ---------佛祖保佑---hugeinfo---永无BUG----------
- */
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FlowNodeBaseEnum.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FlowNodeBaseEnum.java
deleted file mode 100644
index 262ae26..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/constant/FlowNodeBaseEnum.java
+++ /dev/null
@@ -1,95 +0,0 @@
-package cn.huge.module.sys.constant;
-
-/**
- * @title": 工作流节点枚举类
- * @description": 工作流节点枚举类
- * @company": hugeinfo
- * @author": liyj
- * @time": 2021-11-05 16":51":48
- * @version": 1.0.0
- */
-public enum FlowNodeBaseEnum {
-
- /**
- * 节点
- */
- FLOW_NODE_1("F22_00019-1", "受理审查"),
- FLOW_NODE_2("F22_00019-2", "指派调解员"),
- FLOW_NODE_3("F22_00019-3", "纠纷调解"),
- FLOW_NODE_4("F22_00019-4", "结果确认"),
- FLOW_NODE_5("F22_00019-5", "结案归档"),
- FLOW_NODE_6("F22_00019-6", "法院审查"),
- FLOW_NODE_7("F22_00019-7", "分派法官"),
- FLOW_NODE_8("F22_00019-8", "司法确认");
-
- /**
- * 代码编号
- */
- private String index;
-
- /**
- * 名称
- */
- private String des;
-
- public String getIndex() {
- return index;
- }
-
- public void setIndex(String index) {
- this.index = index;
- }
-
- public String getDes() {
- return des;
- }
-
- public void setDes(String des) {
- this.des = des;
- }
-
- FlowNodeBaseEnum(String index, String des) {
- this.index = index;
- this.des = des;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static String getDes(String index) {
- for (FlowNodeBaseEnum fileOwnerTypeBaseEnum : FlowNodeBaseEnum.values()) {
- if (fileOwnerTypeBaseEnum.getIndex().equals(index)) {
- return fileOwnerTypeBaseEnum.des;
- }
- }
- return null;
- }
-
- /**
- * 静态方法
- * @param index
- * @return
- */
- public static FlowNodeBaseEnum getByIndex(final String index) {
- switch (index) {
- case "F22_00019-1":
- return FLOW_NODE_1;
- case "F22_00019-2":
- return FLOW_NODE_2;
- case "F22_00019-3":
- return FLOW_NODE_3;
- case "F22_00019-4":
- return FLOW_NODE_4;
- case "F22_00019-5":
- return FLOW_NODE_5;
- case "F22_00019-6":
- return FLOW_NODE_6;
- case "F22_00019-7":
- return FLOW_NODE_7;
- default:
- return null;
- }
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileBase64DTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileBase64DTO.java
deleted file mode 100644
index 7b66a75..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileBase64DTO.java
+++ /dev/null
@@ -1,26 +0,0 @@
-package cn.huge.module.sys.dto;
-
-
-import lombok.Data;
-
-/**
- * @title: Base64文件对象
- * @description: Base64文件对象
- * @company: hugeinfo
- * @author: liyj
- * @time: 2022-03-21 12:00:46
- * @version: 1.0.0
- */
-@Data
-public class FileBase64DTO {
-
- /**
- * 附件名称(带后缀)
- */
- private String name;
-
- /**
- * 附件内容
- */
- private String b64Binary;
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileInfoBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileInfoBaseDTO.java
deleted file mode 100644
index a458f85..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileInfoBaseDTO.java
+++ /dev/null
@@ -1,159 +0,0 @@
-package cn.huge.module.sys.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import com.baomidou.mybatisplus.annotation.TableName;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 附件信息数据传输对象
- * @description: 附件信息数据传输对象。
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-22 11:41:14
- * @version 1.0.0
- */
-@Data
-public class FileInfoBaseDTO {
-
- /**
- * 附件编号
- */
- private String id;
-
- /**
- * 附件展示名称(不带后缀)
- */
- private String name;
-
- /**
- * 附件原本名称(带后缀)
- */
- private String trueName;
-
- /**
- * 附件存储名称(带后缀),保持唯一性
- */
- private String fileName;
-
- /**
- * 附件后缀(不带.),jpg|png|pdf|doc|docx|xsl|xslx 等
- */
- private String suffix;
-
- /**
- * 附件分类,音频|视频|图片等
- */
- private String cat;
-
- /**
- * 附件大小
- */
- private Double size;
-
- /**
- * 单位
- */
- private String unit;
-
- /**
- * 附件md5验证码
- */
- private String md5Code;
-
- /**
- * 附件存储方式
- */
- private String storeWay;
-
- /**
- * 附件存储服务器路径
- */
- private String path;
-
- /**
- * 附件存储服务器完整路径
- */
- private String fullPath;
-
- /**
- * 附件查看地址
- */
- private String showUrl;
-
- /**
- * 附件下载地址
- */
- private String downUrl;
-
- /**
- * 压缩预览地址
- */
- private String zipUrl;
-
- /**
- * 文件上传时间
- */
- private Date createTime;
-
- /**
- * 状态时间
- */
- private Date updateTime;
-
- /**
- * 顾客编号
- */
- private String custId;
-
- /**
- * 所属业务编号
- */
- private String ownerId;
-
- /**
- * 所属业务大类
- */
- private String ownerCat;
-
- /**
- * 所属业务大类名称
- */
- private String ownerCatName;
-
- /**
- * 所属业务类型
- */
- private String ownerType;
-
- /**
- * 所属业务类型名称
- */
- private String ownerTypeName;
-
- /**
- * 上传人编号
- */
- private String uploaderId;
-
- /**
- * 上传人姓名
- */
- private String uploaderName;
-
- /**
- * 前端固定参数,值为:done
- */
- private String status;
-
- public void setStatus(String status) {
- this.status = "done";
- }
-
- public String getStatus() {
- return "done";
- }
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileInputStreamBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileInputStreamBaseDTO.java
deleted file mode 100644
index c1c5cef..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileInputStreamBaseDTO.java
+++ /dev/null
@@ -1,99 +0,0 @@
-package cn.huge.module.sys.dto;
-
-import lombok.Data;
-
-import java.io.InputStream;
-import java.util.Date;
-
-/**
- * @title: 附件信息数据传输对象
- * @description: 附件信息数据传输对象。
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-22 11:41:14
- * @version 1.0.0
- */
-@Data
-public class FileInputStreamBaseDTO {
-
- /**
- * 附件编号
- */
- private String id;
-
- /**
- * 附件展示名称(不带后缀)
- */
- private String name;
-
- /**
- * 附件原本名称(带后缀)
- */
- private String trueName;
-
- /**
- * 附件后缀(不带.),jpg|png|pdf|doc|docx|xsl|xslx 等
- */
- private String suffix;
-
- /**
- * 附件分类,音频|视频|图片等
- */
- private String cat;
-
- /**
- * 附件大小
- */
- private Double size;
-
- /**
- * 单位
- */
- private String unit;
-
- /**
- * 所属业务编号
- */
- private String ownerId;
-
- /**
- * 所属业务大类
- */
- private String ownerCat;
-
- /**
- * 所属业务大类名称
- */
- private String ownerCatName;
-
- /**
- * 所属业务类型
- */
- private String ownerType;
-
- /**
- * 所属业务类型名称
- */
- private String ownerTypeName;
-
- /**
- * 上传人编号
- */
- private String uploaderId;
-
- /**
- * 上传人姓名
- */
- private String uploaderName;
-
- /**
- * 文件上传时间
- */
- private Date createTime;
-
- /**
- * 附件的文件流
- */
- private InputStream inputStream;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileTypeInfoBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileTypeInfoBaseDTO.java
deleted file mode 100644
index e08ebdd..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileTypeInfoBaseDTO.java
+++ /dev/null
@@ -1,59 +0,0 @@
-package cn.huge.module.sys.dto;
-
-
-
-import lombok.Data;
-
-import java.util.List;
-
-/**
- * @title: 固定格式附件交互对象
- * @description: 固定格式附件交互对象
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-22 11:41:14
- * @version 1.0.0
- */
-@Data
-public class FileTypeInfoBaseDTO {
-
- /**
- * 附件分组
- */
- private String ownerType;
-
- /**
- * 附件分组名称
- */
- private String ownerTypeName;
-
- /**
- * 附件数量
- */
- private Integer size;
-
- /**
- * 编号
- */
- private String ownerId;
-
- /**
- * 附件业务名称
- */
- private String ownerName;
-
- /**
- * 当事人地位
- */
- private String perType;
-
- /**
- * 人员类型
- */
- private String agentStatus;
-
- /**
- * 附件详细信息
- */
- private List<FileInfoBaseDTO> fileList;
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileTypeTermsDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileTypeTermsDTO.java
deleted file mode 100644
index 661e993..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FileTypeTermsDTO.java
+++ /dev/null
@@ -1,49 +0,0 @@
-package cn.huge.module.sys.dto;
-
-
-
-import lombok.Data;
-
-import java.util.List;
-
-/**
- * @title: 查询附件条件对象
- * @description: 查询附件条件对象
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-22 11:41:14
- * @version 1.0.0
- */
-@Data
-public class FileTypeTermsDTO {
-
- /**
- * 附件业务编号
- */
- private String ownerId;
-
- /**
- * 附件业务编号集合
- */
- private List<String> ownerIdList;
-
- /**
- * 附件业务大类编号
- */
- private String ownerCat;
-
- /**
- * 附件业务大类编号集合
- */
- private List<String> ownerCatList;
-
- /**
- * 附件业务类型编号
- */
- private String ownerType;
-
- /**
- * 附件业务类型编号集合
- */
- private List<String> ownerTypeList;
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FlowInfoBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FlowInfoBaseDTO.java
deleted file mode 100644
index e6a8893..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FlowInfoBaseDTO.java
+++ /dev/null
@@ -1,88 +0,0 @@
-package cn.huge.module.sys.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import com.baomidou.mybatisplus.annotation.TableName;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 流程信息数据传输对象
- * @description: 流程信息数据传输对象
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-25 14:58:14
- * @version 1.0.0
- */
-@Data
-public class FlowInfoBaseDTO {
-
- /**
- * 引擎流程定义编号
- */
- private String id;
-
- /**
- * 流程类型,1:主流程,2:协助流程
- */
- private String flowType;
-
- /**
- * 流程名称
- */
- private String flowName;
-
- /**
- * 调解类型
- */
- private String mediType;
-
- /**
- * 纠纷类型
- */
- private String caseType;
-
- /**
- * 描述
- */
- private String flowDes;
-
- /**
- * 流程处理时限,以天为单位
- */
- private Integer expire;
-
- /**
- * 所属组织编号
- */
- private String unitId;
-
- /**
- * 操作人编号
- */
- private String userId;
-
- /**
- * 删除状态,1:未删除(默认),99:已删除
- */
- @TableLogic
- private String deleteStatus;
-
- /**
- * 客户编号
- */
- private String custId;
-
- /**
- * 创建时间
- */
- private Date createTime;
-
- /**
- * 更新时间
- */
- private Date updateTime;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FlowNodeBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FlowNodeBaseDTO.java
deleted file mode 100644
index c7952e5..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/FlowNodeBaseDTO.java
+++ /dev/null
@@ -1,167 +0,0 @@
-package cn.huge.module.sys.dto;
-
-import com.baomidou.mybatisplus.annotation.TableField;
-import com.baomidou.mybatisplus.annotation.TableId;
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import com.baomidou.mybatisplus.annotation.TableName;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 流程节点数据传输对象
- * @description: 流程节点数据传输对象
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-25 14:58:15
- * @version 1.0.0
- */
-@Data
-public class FlowNodeBaseDTO {
-
- /**
- * 流程节点编号
- */
- private String id;
-
- /**
- * 流程编号
- */
- private String flowId;
-
- /**
- * 节点编号
- */
- private String nodeId;
-
- /**
- * 节点类型,1:首节点,2:普通节点,3:尾节点
- */
- private String nodeType;
-
- /**
- * 节点名称
- */
- private String nodeName;
-
- /**
- * 描述
- */
- private String nodeDes;
-
- /**
- * 节点图标
- */
- private String nodeIcon;
-
- /**
- * 对应请求接口方式,POST:post请求,GET:get请求,PUT:put请求,DELETE:delete请求
- */
- private String apiType;
-
- /**
- * 对应请求接口
- */
- private String api;
-
- /**
- * 节点处理时限,单位:天
- */
- private Integer expire;
-
- /**
- * 任务节点执行者类型:22_00026-1:所有人,22_00026-2:上一步骤选择,22_00026-3:上一步骤执行者,22_00026-4:固定角色
- */
- private String operType;
-
- /**
- * 节点执行人编号
- */
- private String operUserId;
-
- /**
- * 节点执行人名称
- */
- private String operUserName;
-
- /**
- * 节点执行角色代码编号
- */
- private String operRodeCode;
-
- /**
- * 节点执行角色名称
- */
- private String operRodeName;
-
- /**
- * 节点执行部门编号
- */
- private String operDeptId;
-
- /**
- * 节点执行部门名称
- */
- private String operDeptName;
-
- /**
- * 节点前进条件
- */
- private String goCond;
-
- /**
- * 节点退回条件
- */
- private String backCond;
-
- /**
- * 节点顺序
- */
- private Integer nodeIndex;
-
- /**
- * 删除状态,1:未删除(默认),99:已删除
- */
- private String deleteStatus;
-
- /**
- * 顾客编号
- */
- private String custId;
-
- /**
- * 创建时间
- */
- private Date createTime;
-
- /**
- * 更新时间
- */
- private Date updateTime;
-
- /**
- * 流程示例编号
- */
- private String processInstanceId;
-
- /**
- * 流程示例任务编号
- */
- private String processTaskId;
-
- /**
- * 对应纠纷进度
- */
- private String caseProcess;
-
- /**
- * 对应纠纷进度名称
- */
- private String caseProcessName;
-
- /**
- * 上一任务编号
- */
- private String lastTaskId;
-
-}
diff --git a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/StartFlowTermsBaseDTO.java b/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/StartFlowTermsBaseDTO.java
deleted file mode 100644
index 5fc0629..0000000
--- a/dyh-service/dyh-base/src/main/java/cn/huge/module/sys/dto/StartFlowTermsBaseDTO.java
+++ /dev/null
@@ -1,44 +0,0 @@
-package cn.huge.module.sys.dto;
-
-import com.baomidou.mybatisplus.annotation.TableLogic;
-import lombok.Data;
-
-import java.util.Date;
-
-/**
- * @title: 流程信息数据传输对象
- * @description: 流程信息数据传输对象
- * @company:hugeinfo
- * @author: liyj
- * @time: 2022-03-25 14:58:14
- * @version 1.0.0
- */
-@Data
-public class StartFlowTermsBaseDTO {
-
- /**
- * 调解类型
- */
- private String mediType;
-
- /**
- * 纠纷类型
- */
- private String caseType;
-
- /**
- * 所属组织编号
- */
- private String unitId;
-
- /**
- * 客户编号
- */
- private String custId;
-
- /**
- * 业务编号
- */
- private String businessId;
-
-}
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoleWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoleWebController.java
index 1d39c7c..0ea90ef 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoleWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoleWebController.java
@@ -66,7 +66,7 @@
if (StringUtils.isNotBlank(roleType)){
terms.put("roleType", roleType);
}
- // 删除状态,0:已删除,1:未删除
+ // 删除状态,0:未删除,1:已删除
String deleteStatus = request.getParameter("deleteStatus");
if (StringUtils.isNotBlank(deleteStatus)){
terms.put("deleteStatus", deleteStatus);
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java
index ee2ee41..ae2997d 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/controller/web/CtRoledataWebController.java
@@ -63,7 +63,7 @@
if (StringUtils.isNotBlank(unitId)){
terms.put("unitId", unitId);
}
- // 删除状态,0:已删除,1:未删除
+ // 删除状态,0:未删除,1:已删除
String deleteStatus = request.getParameter("deleteStatus");
if (StringUtils.isNotBlank(deleteStatus)){
terms.put("deleteStatus", deleteStatus);
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRole.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRole.java
index cce000e..118157e 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRole.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRole.java
@@ -51,7 +51,7 @@
private Integer roleType;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRoledata.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRoledata.java
index 3ed25da..0a7fe46 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRoledata.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctrole/domain/po/CtRoledata.java
@@ -45,7 +45,7 @@
private String unitId;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java
index aecc9e1..87c61b5 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtDeptWebController.java
@@ -91,7 +91,7 @@
if (StringUtils.isNotBlank(canFieldName)){
terms.put("canFieldName", canFieldName);
}
- // 删除状态,0:已删除,1:未删除
+ // 删除状态,0:未删除,1:已删除
String deleteStatus = request.getParameter("deleteStatus");
if (StringUtils.isNotBlank(deleteStatus)){
terms.put("deleteStatus", deleteStatus);
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java
index ef91c8e..34d66b7 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtPostWebController.java
@@ -69,7 +69,7 @@
if (StringUtils.isNotBlank(unitId)){
terms.put("unitId", unitId);
}
- // 删除状态,0:已删除,1:未删除
+ // 删除状态,0:未删除,1:已删除
String deleteStatus = request.getParameter("deleteStatus");
if (StringUtils.isNotBlank(deleteStatus)){
terms.put("deleteStatus", deleteStatus);
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java
index ca19698..70efae2 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/controller/web/CtUnitWebController.java
@@ -203,7 +203,7 @@
if (StringUtils.isNotBlank(dispStatus)){
terms.put("dispStatus", dispStatus);
}
- // 删除状态,0:已删除,1:未删除
+ // 删除状态,0:未删除,1:已删除
String deleteStatus = request.getParameter("deleteStatus");
if (StringUtils.isNotBlank(deleteStatus)){
terms.put("deleteStatus", deleteStatus);
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtAccount.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtAccount.java
index ccec82a..c2fb05a 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtAccount.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtAccount.java
@@ -75,7 +75,7 @@
private Date limitTime;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtDept.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtDept.java
index 3203b86..4626ae9 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtDept.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtDept.java
@@ -82,7 +82,7 @@
private String canFieldName;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtPost.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtPost.java
index 10c9983..6547d7d 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtPost.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtPost.java
@@ -45,7 +45,7 @@
private String unitId;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtUnit.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtUnit.java
index ef27bae..d5f1cd2 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtUnit.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/ctuser/domain/po/CtUnit.java
@@ -208,7 +208,7 @@
private Integer dispStatus;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java
index ec78da2..aaea737 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaAccountWebController.java
@@ -88,7 +88,7 @@
if (StringUtils.isNotBlank(limitTime)){
terms.put("limitTime", limitTime);
}
- // 删除状态,0:已删除,1:未删除
+ // 删除状态,0:未删除,1:已删除
String deleteStatus = request.getParameter("deleteStatus");
if (StringUtils.isNotBlank(deleteStatus)){
terms.put("deleteStatus", deleteStatus);
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java
index 9abc571..09b4b55 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/controller/web/PaUserWebController.java
@@ -163,7 +163,7 @@
if (StringUtils.isNotBlank(followCaseType)){
terms.put("followCaseType", followCaseType);
}
- // 删除状态,0:已删除,1:未删除
+ // 删除状态,0:未删除,1:已删除
String deleteStatus = request.getParameter("deleteStatus");
if (StringUtils.isNotBlank(deleteStatus)){
terms.put("deleteStatus", deleteStatus);
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaAccount.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaAccount.java
index ed2d399..2a66635 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaAccount.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaAccount.java
@@ -75,7 +75,7 @@
private Date limitTime;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaUser.java b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaUser.java
index 101bd8a..ab60377 100644
--- a/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaUser.java
+++ b/dyh-service/dyh-cust/src/main/java/cn/huge/module/pauser/domain/po/PaUser.java
@@ -165,7 +165,7 @@
private String followCaseType;
/**
- * 删除状态,0:已删除,1:未删除
+ * 删除状态,0:未删除,1:已删除
*/
@TableLogic
@TableField(value = "delete_status")
diff --git a/dyh-service/dyh-cust/src/main/resources/config/application.yml b/dyh-service/dyh-cust/src/main/resources/config/application.yml
index a877949..14865eb 100644
--- a/dyh-service/dyh-cust/src/main/resources/config/application.yml
+++ b/dyh-service/dyh-cust/src/main/resources/config/application.yml
@@ -54,10 +54,10 @@
capital-mode: true
#全局逻辑删除的实体字段名
#logic-delete-field: flag
- #逻辑未删除值(默认为 1),实体类字段需要加上@TableLogic
- logic-not-delete-value: 1
- #逻辑已删除值(默认为 0)
- logic-delete-value: 0
+ #逻辑未删除值(默认为 0),实体类字段需要加上@TableLogic
+ logic-not-delete-value: 0
+ #逻辑已删除值(默认为 1)
+ logic-delete-value: 1
#字段策略,IGNORED:忽略判断,NOT_NULL:非null判断,NOT_EMPTY:非空判断,DEFAULT:默认,NEVER:不加入sql
update-strategy: IGNORED
mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml
diff --git a/dyh-service/dyh-disp/src/main/resources/config/application.yml b/dyh-service/dyh-disp/src/main/resources/config/application.yml
index 5666d60..f2b985a 100644
--- a/dyh-service/dyh-disp/src/main/resources/config/application.yml
+++ b/dyh-service/dyh-disp/src/main/resources/config/application.yml
@@ -54,10 +54,10 @@
capital-mode: true
#全局逻辑删除的实体字段名
#logic-delete-field: flag
- #逻辑未删除值(默认为 1),实体类字段需要加上@TableLogic
- logic-not-delete-value: 1
- #逻辑已删除值(默认为 0)
- logic-delete-value: 0
+ #逻辑未删除值(默认为 0),实体类字段需要加上@TableLogic
+ logic-not-delete-value: 0
+ #逻辑已删除值(默认为 1)
+ logic-delete-value: 1
#字段策略,IGNORED:忽略判断,NOT_NULL:非null判断,NOT_EMPTY:非空判断,DEFAULT:默认,NEVER:不加入sql
update-strategy: IGNORED
mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml
\ No newline at end of file
diff --git a/dyh-service/dyh-mediate/src/main/resources/config/application.yml b/dyh-service/dyh-mediate/src/main/resources/config/application.yml
index 7726200..cc3154b 100644
--- a/dyh-service/dyh-mediate/src/main/resources/config/application.yml
+++ b/dyh-service/dyh-mediate/src/main/resources/config/application.yml
@@ -54,10 +54,10 @@
capital-mode: true
#全局逻辑删除的实体字段名
#logic-delete-field: flag
- #逻辑未删除值(默认为 1),实体类字段需要加上@TableLogic
- logic-not-delete-value: 1
- #逻辑已删除值(默认为 0)
- logic-delete-value: 0
+ #逻辑未删除值(默认为 0),实体类字段需要加上@TableLogic
+ logic-not-delete-value: 0
+ #逻辑已删除值(默认为 1)
+ logic-delete-value: 1
#字段策略,IGNORED:忽略判断,NOT_NULL:非null判断,NOT_EMPTY:非空判断,DEFAULT:默认,NEVER:不加入sql
update-strategy: IGNORED
mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml, classpath:/META-INF/modeler-mybatis-mappings/*.xml
diff --git a/dyh-service/dyh-sys/src/main/resources/config/application.yml b/dyh-service/dyh-sys/src/main/resources/config/application.yml
index 5c34e4f..1f89e91 100644
--- a/dyh-service/dyh-sys/src/main/resources/config/application.yml
+++ b/dyh-service/dyh-sys/src/main/resources/config/application.yml
@@ -54,10 +54,10 @@
capital-mode: true
#全局逻辑删除的实体字段名
#logic-delete-field: flag
- #逻辑未删除值(默认为 1),实体类字段需要加上@TableLogic
- logic-not-delete-value: 1
- #逻辑已删除值(默认为 0)
- logic-delete-value: 0
+ #逻辑未删除值(默认为 0),实体类字段需要加上@TableLogic
+ logic-not-delete-value: 0
+ #逻辑已删除值(默认为 1)
+ logic-delete-value: 1
#字段策略,IGNORED:忽略判断,NOT_NULL:非null判断,NOT_EMPTY:非空判断,DEFAULT:默认,NEVER:不加入sql
update-strategy: IGNORED
mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml
\ No newline at end of file
diff --git a/dyh-service/dyh-utils/src/main/resources/config/application.yml b/dyh-service/dyh-utils/src/main/resources/config/application.yml
index 9776037..b08f532 100644
--- a/dyh-service/dyh-utils/src/main/resources/config/application.yml
+++ b/dyh-service/dyh-utils/src/main/resources/config/application.yml
@@ -53,10 +53,10 @@
capital-mode: true
#全局逻辑删除的实体字段名
#logic-delete-field: flag
- #逻辑未删除值(默认为 1),实体类字段需要加上@TableLogic
- logic-not-delete-value: 1
- #逻辑已删除值(默认为 0)
- logic-delete-value: 0
+ #逻辑未删除值(默认为 0),实体类字段需要加上@TableLogic
+ logic-not-delete-value: 0
+ #逻辑已删除值(默认为 1)
+ logic-delete-value: 1
#字段策略,IGNORED:忽略判断,NOT_NULL:非null判断,NOT_EMPTY:非空判断,DEFAULT:默认,NEVER:不加入sql
update-strategy: IGNORED
mapper-locations: classpath*:/cn/huge/*/*/dao/mapper/xml/*Mapper.xml
--
Gitblit v1.8.0