担保业务角色

master
river 4 years ago
parent 0c8daba13d
commit 01b1c9c8c7
  1. 34
      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; // 财务部
}

Loading…
Cancel
Save