| | |
| | |
|
| | | // 展示位置 -首页
|
| | | public static String POSITION_INDEX = "index";
|
| | | |
| | | // 展示位置 - 消息中心
|
| | | public static String POSITION_MSGCENTER = "msgCenter";
|
| | | |
| | |
|
| | | @Column(name = "fa_id")
|
| | | private Long id;
|
| | |
| | | // 排序-优先权
|
| | | @Column(name = "fa_order")
|
| | | private Integer order;
|
| | | |
| | | // 适用类型 : 0通用 1新人
|
| | | @Column(name = "fa_type")
|
| | | private Integer type;
|
| | |
|
| | | // 启用状态
|
| | | @Column(name = "fa_state")
|
| | |
| | | public void setEndTime_str(String endTime_str) {
|
| | | this.endTime_str = endTime_str;
|
| | | }
|
| | | |
| | |
|
| | | public Integer getType() {
|
| | | return type;
|
| | | }
|
| | |
|
| | | public void setType(Integer type) {
|
| | | this.type = type;
|
| | | }
|
| | |
|
| | | }
|