记得上下班打卡 | git大法好,push需谨慎

Commit a36d2502 authored by zhengfuxin's avatar zhengfuxin

修改添加活动名称

parent 4e7a6ed5
...@@ -47,6 +47,12 @@ public class KylinRecommendActiveParam implements Serializable { ...@@ -47,6 +47,12 @@ public class KylinRecommendActiveParam implements Serializable {
@JsonFormat(shape=JsonFormat.Shape.STRING, pattern=DateUtil.DATE_FULL_STR) @JsonFormat(shape=JsonFormat.Shape.STRING, pattern=DateUtil.DATE_FULL_STR)
private LocalDateTime endTime; private LocalDateTime endTime;
/**
* 活动名称
*/
@ApiModelProperty(value = "活动名称")
private String activeName;
/** /**
* 1NFT2组合购3演出4商品 * 1NFT2组合购3演出4商品
*/ */
......
...@@ -31,6 +31,10 @@ public class KylinRecommendActive implements Serializable { ...@@ -31,6 +31,10 @@ public class KylinRecommendActive implements Serializable {
* 推荐活动id * 推荐活动id
*/ */
private String recommendId; private String recommendId;
/**
* 活动名称
*/
private String activeName;
/** /**
* 开启时间 * 开启时间
......
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