目录修改

This commit is contained in:
fengjunfeng
2022-01-21 16:20:07 +08:00
parent e9f2532a78
commit f21a67fc7e
14 changed files with 427 additions and 63 deletions

View File

@@ -0,0 +1,25 @@
package com.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;
//提供服务标识
private String serverId;
}