Commit 3f5a6e5d by huluobin

mapper 修改

parent b1943685
......@@ -96,6 +96,9 @@ public class BaseServe implements Serializable {
@TableField(exist = false)
private List<BaseProduce> listProduce;
@TableField(exist = false)
private List<Label> listLabel;
@ApiModelProperty("款式")
@TableField(exist = false)
private BaseProduce produce;
......
spring:
profiles:
active: pre
active: dev
servlet:
#文件上传最大容量
multipart:
......
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