page transportationType and days
This commit is contained in:
@ -61,7 +61,6 @@ public class Travel extends Entity {
|
||||
}
|
||||
|
||||
/** 交通类型 */
|
||||
@PageIgnore
|
||||
private TransportationType transportationType;
|
||||
|
||||
/** 标题 */
|
||||
@ -75,7 +74,6 @@ public class Travel extends Entity {
|
||||
private Long travelAt;
|
||||
|
||||
/** 天数 */
|
||||
@PageIgnore
|
||||
private Integer days;
|
||||
|
||||
/** 状态 */
|
||||
|
||||
Reference in New Issue
Block a user