feat: 基站字段调整
This commit is contained in:
@@ -38,7 +38,7 @@ public class LicensePageReqVO extends PageParam {
|
||||
private Integer userNum;
|
||||
|
||||
@Schema(description = "基站数")
|
||||
private Integer baseStationNum;
|
||||
private String baseStationNum;
|
||||
|
||||
@Schema(description = "激活码")
|
||||
private String activationCode;
|
||||
|
||||
@@ -59,7 +59,7 @@ public class LicenseRespVO implements VO {
|
||||
|
||||
@Schema(description = "基站数")
|
||||
@ExcelProperty("基站数")
|
||||
private Integer baseStationNum;
|
||||
private String baseStationNum;
|
||||
|
||||
@Schema(description = "激活码")
|
||||
@ExcelProperty("激活码")
|
||||
|
||||
@@ -37,7 +37,7 @@ public class LicenseSaveReqVO {
|
||||
private Integer userNum;
|
||||
|
||||
@Schema(description = "基站数")
|
||||
private Integer baseStationNum;
|
||||
private String baseStationNum;
|
||||
|
||||
@Schema(description = "激活码")
|
||||
private String activationCode;
|
||||
|
||||
@@ -66,7 +66,7 @@ public class LicenseDO extends BaseDO {
|
||||
/**
|
||||
* 基站数
|
||||
*/
|
||||
private Integer baseStationNum;
|
||||
private String baseStationNum;
|
||||
/**
|
||||
* 激活码
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user