Commit f2e42c28 authored by hezhen's avatar hezhen

123

parent c6f8567f
......@@ -42,6 +42,12 @@ public class Activity implements Serializable {
@ApiModelProperty(value = "活动类型:1--房车;2--机车;3--游艇")
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