page transportationType and days

This commit is contained in:
Timi
2025-12-18 14:45:50 +08:00
parent c732f7cead
commit 355b192071

View File

@ -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;
/** 状态 */ /** 状态 */