From 01b1c9c8c7bbca6dceab9f3af332332354185715 Mon Sep 17 00:00:00 2001 From: river <1376754470@qq.com> Date: Wed, 18 Nov 2020 17:21:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=85=E4=BF=9D=E4=B8=9A=E5=8A=A1=E8=A7=92?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/response/PromptSuccess.java | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/dq-framework-common/src/main/java/com/daqing/framework/model/response/PromptSuccess.java b/dq-framework-common/src/main/java/com/daqing/framework/model/response/PromptSuccess.java index eb759786..8ff7e202 100644 --- a/dq-framework-common/src/main/java/com/daqing/framework/model/response/PromptSuccess.java +++ b/dq-framework-common/src/main/java/com/daqing/framework/model/response/PromptSuccess.java @@ -41,4 +41,38 @@ public class PromptSuccess { public static final String ENCLOSUREFILE_URL_PATH = "http://www.huorantech.cn/enclosureFile/"; // 附件文件存放路径 public static final String FILE_URL_PATH = "//usr//local//nginx//html//admin//enclosureFile//"; // 附件文件存放路径 + + public static final Integer DB_YWY_ID = 57; // 担保业务员 + + public static final Integer DB_JL_ID = 58; // 担保经理 + + public static final Integer DB_A_ID = 59; // 担保A角 + + public static final Integer DB_B_ID = 60; // 担保B角 + + public static final Integer DB_LD_ID = 61; // 担保领导 + + public static final Integer ZC_JL_ID = 62; // 资产经理 + + public static final Integer ZC_ZY_ID = 63; // 资产专员 + + public static final Integer ZC_LD_ID = 64; // 资产领导 + + public static final Integer XX_JL_ID = 65; // 信息经理 + + public static final Integer XX_ZY_ID = 66; // 信息专员 + + public static final Integer XX_LD_ID = 67; // 信息领导 + + public static final Integer FG_JL_ID = 68; // 法规经理 + + public static final Integer FG_C_ID = 69; // 法规C角 + + public static final Integer FG_LD_ID = 70; // 法规领导 + + public static final Integer GZU_ID = 71; // 工作会 + + public static final Integer DSH_ID = 72; // 贷审会 + + public static final Integer CWB_ID = 73; // 财务部 }