|
|
|
@ -7,7 +7,6 @@ import org.apache.commons.lang3.StringUtils;
|
|
|
|
|
import org.apache.commons.lang3.time.DateFormatUtils;
|
|
|
|
|
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
import java.time.format.DateTimeFormatter;
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
import java.util.Objects;
|
|
|
|
|
|
|
|
|
@ -41,7 +40,7 @@ public class ImppLicense implements Serializable {
|
|
|
|
|
|
|
|
|
|
/* 基础信息 */
|
|
|
|
|
@ApiParam(value ="授权ID")
|
|
|
|
|
private Long Id; // ID
|
|
|
|
|
private Long id; // ID
|
|
|
|
|
@ApiParam(value ="授权应用ID")
|
|
|
|
|
private Long appId; // APP_ID
|
|
|
|
|
@ApiParam(value ="授权读取授权数据ID")
|
|
|
|
|