| | |
| | | private Date latestUpdateTime;// 最近一次的更新时间
|
| | | @Column(name = "to_orderby")
|
| | | private Integer orderBy;// 排序值
|
| | | @Column(name = "to_special_id")
|
| | | private String specialId;
|
| | | @Column(name = "to_relation_id")
|
| | | private String relationId;
|
| | |
|
| | | public String getSpecialId() {
|
| | | return specialId;
|
| | | }
|
| | |
|
| | | public void setSpecialId(String specialId) {
|
| | | this.specialId = specialId;
|
| | | }
|
| | |
|
| | | public String getRelationId() {
|
| | | return relationId;
|
| | | }
|
| | |
|
| | | public void setRelationId(String relationId) {
|
| | | this.relationId = relationId;
|
| | | }
|
| | |
|
| | | public Integer getOrderBy() {
|
| | | return orderBy;
|