|
|
|
@@ -22,6 +22,10 @@ public enum EnumMsgModelReplace { |
|
|
|
R14("{page}", "【管理端】"), |
|
|
|
R15("{bustype}", "【任务类型】"), |
|
|
|
R16("{contract}", "【合同编号】"), |
|
|
|
R17("{mallName}", "【商户名称】"), |
|
|
|
R18("{beginDate}", "【开始时间】"), |
|
|
|
R19("{negotiationType}", "【洽谈方式】"), |
|
|
|
R20("{customerName}", "【客户负责人】"), |
|
|
|
; |
|
|
|
|
|
|
|
public static EnumMsgModelReplace getEnum(Integer code) { |
|
|
|
|