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

Commit 555c252f authored by zhengfuxin's avatar zhengfuxin

修改添加字段

parent 36a18b06
......@@ -84,10 +84,7 @@ public class KylinRecommendActiveParam implements Serializable {
*/
@ApiModelProperty(value = "0开启,1未开启")
private Integer status;
/**
* 排序
*/
private Integer indexs;
private List<KylinRecommendActiveRelationParam> list;
......
......@@ -45,7 +45,7 @@ public class KylinRecommendActiveRelationParam implements Serializable {
/**
* 推荐活动id(关联id)
*/
@ApiModelProperty(value = "推荐活动id(关联id)")
private String recommendActiveId;
/**
......@@ -57,6 +57,11 @@ public class KylinRecommendActiveRelationParam implements Serializable {
* 修改时间
*/
private LocalDateTime updatedAt;
/**
*
*/
@ApiModelProperty(value = "排序")
private Integer indexs;
}
......@@ -72,10 +72,6 @@ public class KylinRecommendActive implements Serializable {
*/
private Integer status;
/**
* 排序
*/
private Integer indexs;
@TableField(exist = false)
private List<KylinRecommendActiveRelation> list;
......
......@@ -59,5 +59,10 @@ public class KylinRecommendActiveRelation implements Serializable {
*/
private Integer delTag;
/**
* 排序
*/
private Integer indexs;
}
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