|
|
@@ -57,9 +57,28 @@ public class VoyageSaveBatchReqVO {
|
|
|
@Schema(description = "产品介绍")
|
|
|
private String introduce;
|
|
|
|
|
|
- @Schema(description = "登船须知")
|
|
|
+ @Deprecated
|
|
|
+ @Schema(description = "登船须知(弃用)")
|
|
|
private String notice;
|
|
|
|
|
|
@Schema(description = "价格模板ID", example = "1")
|
|
|
private Long templateId;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 预订须知
|
|
|
+ */
|
|
|
+ @Schema(description = "预订须知")
|
|
|
+ private String bookingNotice;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 登船须知
|
|
|
+ */
|
|
|
+ @Schema(description = "登船须知")
|
|
|
+ private String boardingNotice;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 儿童预定说明
|
|
|
+ */
|
|
|
+ @Schema(description = "儿童预定说明")
|
|
|
+ private String childBookingNotice;
|
|
|
}
|