Commit 27f6e6e4 by “Kongxiangkun”

增加积分商城相关代码

parent 606d7330
......@@ -44,11 +44,11 @@ public class PointProductVo extends Model<PointProductVo> {
private Integer state;
@ApiModelProperty(value = "兑换开始时间")
@TableField("startTime")
@TableField("start_time")
private Date startTime;
@ApiModelProperty(value = "兑换结束时间")
@TableField("endTime")
@TableField("end_time")
private Date endTime;
@ApiModelProperty(value = "创建时间")
......
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