Commit 3ab4a01b by caosy

买劵活动排序

parent 796c9a9e
......@@ -48,6 +48,8 @@ public class BuyVoucherActivityBean implements Serializable {
private Integer productType; //产品类型 1-会员产品 2-推广产品
private Integer version; //版本号
private Integer sort; //排序 升序
private String activityTypeMsg;
......@@ -313,4 +315,14 @@ public class BuyVoucherActivityBean implements Serializable {
this.version = version;
}
public Integer getSort() {
return sort;
}
public void setSort(Integer sort) {
this.sort = sort;
}
}
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 sign in to comment