mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
4.0.3
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user