|
@@ -38,7 +38,9 @@ public class AkSkConfig extends SuperEntity {
|
|
|
@Schema(description = "关联使用的数据ID")
|
|
@Schema(description = "关联使用的数据ID")
|
|
|
private String aboutDataId;
|
|
private String aboutDataId;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "使用时间")
|
|
|
private Long useTime;
|
|
private Long useTime;
|
|
|
|
|
|
|
|
|
|
+ @Schema(description = "使用时间,可读")
|
|
|
private String useTimeStr;
|
|
private String useTimeStr;
|
|
|
}
|
|
}
|