|
@@ -10,7 +10,7 @@ public class WeIntelligentMarkPageDto {
|
|
|
private String actionName;
|
|
private String actionName;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "标签id")
|
|
@ApiModelProperty(value = "标签id")
|
|
|
- private String tagId;;
|
|
|
|
|
|
|
+ private String tagId;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "页数")
|
|
@ApiModelProperty(value = "页数")
|
|
|
private Integer pageNo;
|
|
private Integer pageNo;
|