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

Commit 36a18b06 authored by zhengfuxin's avatar zhengfuxin

添加字段

parent 9039b9bd
......@@ -84,6 +84,10 @@ public class KylinRecommendActiveParam implements Serializable {
*/
@ApiModelProperty(value = "0开启,1未开启")
private Integer status;
/**
* 排序
*/
private Integer indexs;
private List<KylinRecommendActiveRelationParam> list;
......
......@@ -72,6 +72,11 @@ public class KylinRecommendActive implements Serializable {
*/
private Integer status;
/**
* 排序
*/
private Integer indexs;
@TableField(exist = false)
private List<KylinRecommendActiveRelation> list;
......
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