Commit ab5c9c28 by 阮思源

修改类型

parent e4f4082f
......@@ -15,7 +15,7 @@ public class BookGroupServe extends BaseEntity {
private Long serveId;
@ApiModelProperty("类型;APP应用,PRODUCT作品")
private Long serveType;
private String serveType;
@ApiModelProperty("链接")
private String serveUrl;
......@@ -41,11 +41,11 @@ public class BookGroupServe extends BaseEntity {
this.serveId = serveId;
}
public Long getServeType() {
public String getServeType() {
return serveType;
}
public void setServeType(Long serveType) {
public void setServeType(String serveType) {
this.serveType = serveType;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment