Package com.bytedesk.ai.demos.booking
Class BookingEntity
java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.ai.demos.booking.BookingEntity
- All Implemented Interfaces:
Serializable
预定演示
机票预定、退票、改签
酒店预定、退房、续住
租车预定、还车
旅游线路预定、取消
电影票预定、退票
餐厅订座、取消
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate ZonedDateTimeprivate Stringprivate ConsumerEntityprivate Stringprivate static final longprivate Stringprivate String -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseEntity
getCreatedAtString, getUpdatedAtString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
bookingNumber
-
bookingDate
-
from
-
to
-
status
-
bookingClass
-
consumer
-
-
Constructor Details
-
BookingEntity
public BookingEntity()
-