Commit 3f5a6e5d by huluobin

mapper 修改

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