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