Commit f2e42c28 authored by hezhen's avatar hezhen

123

parent c6f8567f
...@@ -41,6 +41,12 @@ public class Activity implements Serializable { ...@@ -41,6 +41,12 @@ public class Activity implements Serializable {
@Column(name = "goods_type") @Column(name = "goods_type")
@ApiModelProperty(value = "活动类型:1--房车;2--机车;3--游艇") @ApiModelProperty(value = "活动类型:1--房车;2--机车;3--游艇")
private Integer goodsType; private Integer goodsType;
@Column(name = "name")
@ApiModelProperty(value = "活动名称")
private String name;
/** /**
* 开始时间 * 开始时间
......
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