feat: 基站字段调整

This commit is contained in:
caiyuchao
2025-07-04 15:38:50 +08:00
parent f07fd94a72
commit 2a65c853c0
4 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -59,7 +59,7 @@ public class LicenseRespVO implements VO {
@Schema(description = "基站数")
@ExcelProperty("基站数")
private Integer baseStationNum;
private String baseStationNum;
@Schema(description = "激活码")
@ExcelProperty("激活码")

View File

@@ -37,7 +37,7 @@ public class LicenseSaveReqVO {
private Integer userNum;
@Schema(description = "基站数")
private Integer baseStationNum;
private String baseStationNum;
@Schema(description = "激活码")
private String activationCode;

View File

@@ -66,7 +66,7 @@ public class LicenseDO extends BaseDO {
/**
* 基站数
*/
private Integer baseStationNum;
private String baseStationNum;
/**
* 激活码
*/