Commit a194b4c0 by huluobin

首页标题

parent 6aeae1c8
......@@ -77,6 +77,10 @@ public class MallProduct {
private String serialCategoryName;
private String modelName;
@ApiModelProperty("首页标题")
private String indexTitle;
@TableField(exist = false)
private List<MallCategory> mallCategoryList;
......
......@@ -112,5 +112,8 @@ public class MallProductDTO {
private String modelName;
@ApiModelProperty("首页标题")
private String indexTitle;
}
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