From 457890d43a4d42eb6d3ab5112bb5266e9909d1e2 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期五, 05 十一月 2021 17:52:21 +0800 Subject: [PATCH] 新增优化 --- phi_platform_model/src/main/java/com/hx/phip/model/ApplyParameter.java | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/phi_platform_model/src/main/java/com/hx/phip/model/ApplyParameter.java b/phi_platform_model/src/main/java/com/hx/phip/model/ApplyParameter.java index 018143d..8e5ed4b 100644 --- a/phi_platform_model/src/main/java/com/hx/phip/model/ApplyParameter.java +++ b/phi_platform_model/src/main/java/com/hx/phip/model/ApplyParameter.java @@ -19,6 +19,8 @@ @Column(comment = "浼佷笟寰俊閫氳褰曠閽ワ紙AES鍔犲瘑锛�", length = 255, type = MySqlTypeConstant.VARCHAR) private String communiSecretKey; + @Column(comment = "浼佷笟寰俊鑱旂郴鎴戠閽ワ紙AES鍔犲瘑锛�", length = 255, type = MySqlTypeConstant.VARCHAR) + private String contactSecretKey; @Column(comment = "浼佷笟寰俊搴旂敤绉橀挜锛圓ES鍔犲瘑锛�", length = 255, type = MySqlTypeConstant.VARCHAR) private String applySecretKey; @@ -33,10 +35,12 @@ } /////////////////////////////////////////////////// - /**浼佷笟灏忕▼搴�*/ + /**浼佷笟灏忕▼搴忓簲鐢�*/ public static final int TYPE_CORP_MP = 0; /**閫氳褰�*/ public static final int TYPE_CORP_COMMUNICATION = 1; + /**鑱旂郴鎴�*/ + public static final int TYPE_CORP_CONTACT = 2; @@ -87,4 +91,12 @@ public void setCommuniSecretKey(String communiSecretKey) { this.communiSecretKey = communiSecretKey; } + + public String getContactSecretKey() { + return contactSecretKey; + } + + public void setContactSecretKey(String contactSecretKey) { + this.contactSecretKey = contactSecretKey; + } } -- Gitblit v1.8.0