bifang-api 授权调用支持

This commit is contained in:
fengjunfeng
2021-12-29 11:37:15 +08:00
commit d6826dcd42
17 changed files with 1148 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
package com.sentinel.license.bean;
import lombok.Data;
/**
* @author fengjunfeng
* @date 2021/12/28
* @time 18:06
* @description
**/
@Data
public class LicenseInfo {
private String V2C;
private String vendorCode;
private Integer featureId;
// 1 获取指纹 2 更新license 3 获取license信息 4 验证license信息
private Integer type;
}