This commit is contained in:
tanghc
2020-08-20 11:19:25 +08:00
parent 77ecbb668c
commit f6f412d102
4 changed files with 0 additions and 24 deletions

View File

@@ -28,15 +28,6 @@ public class IsvInfo {
/** appKey, 数据库字段app_key */
private String appKey;
/** 不再使用转移到isv_keys表 */
private String secret = "";
/** 公钥,不再使用转移到isv_keys表 数据库字段pub_key */
private String pubKey;
/** 私钥,不再使用转移到isv_keys表 数据库字段pri_key */
private String priKey;
/** 1启用2禁用, 数据库字段status */
private Byte status;