|
@@ -31,12 +31,24 @@ public class GameListVO {
|
|
|
@ApiModelProperty(notes = "游戏类型id")
|
|
|
private Long category;
|
|
|
|
|
|
+ /**
|
|
|
+ * 游戏类型名称
|
|
|
+ */
|
|
|
+ @ApiModelProperty(notes = "游戏类型名称")
|
|
|
+ private String categoryName;
|
|
|
+
|
|
|
/**
|
|
|
* CPID
|
|
|
*/
|
|
|
@ApiModelProperty(notes = "CPID")
|
|
|
private Long cpId;
|
|
|
|
|
|
+ /**
|
|
|
+ * cp名称
|
|
|
+ */
|
|
|
+ @ApiModelProperty(notes = "cp名称")
|
|
|
+ private String cpName;
|
|
|
+
|
|
|
/**
|
|
|
* 分成比例
|
|
|
*/
|
|
@@ -46,9 +58,15 @@ public class GameListVO {
|
|
|
/**
|
|
|
* 游戏分类
|
|
|
*/
|
|
|
- @ApiModelProperty(notes = "游戏分别id")
|
|
|
+ @ApiModelProperty(notes = "游戏分类Id")
|
|
|
private String classify;
|
|
|
|
|
|
+ /**
|
|
|
+ * 游戏分类名车过
|
|
|
+ */
|
|
|
+ @ApiModelProperty(notes = "游戏分类名称")
|
|
|
+ private String classifyName;
|
|
|
+
|
|
|
/**
|
|
|
* 是否父游戏
|
|
|
*/
|