Commit abf9f1b7 authored by 王向伟's avatar 王向伟

添加kaNoticeType枚举

parent e8dc4d8e
...@@ -6,6 +6,7 @@ package cn.quantgroup.cashloanflowboss.spi.clf.model; ...@@ -6,6 +6,7 @@ package cn.quantgroup.cashloanflowboss.spi.clf.model;
* Created with suntao on 2018/4/15 * Created with suntao on 2018/4/15
*/ */
public enum KANoticeType { public enum KANoticeType {
CREDIT_ORDER_SUBMITTING("CREDIT_ING","授信中"),
CREDIT_SUCC("CREDIT_SUCC", "授信成功"),//0 CREDIT_SUCC("CREDIT_SUCC", "授信成功"),//0
CREDIT_FAIL("CREDIT_FAIL", "授信失败"),//1 CREDIT_FAIL("CREDIT_FAIL", "授信失败"),//1
FUAD_ASSIFN_SUCC("FUAD_ASSIFN_SUCC", "分配资金方成功"),//2 FUAD_ASSIFN_SUCC("FUAD_ASSIFN_SUCC", "分配资金方成功"),//2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment