|
|
@@ -36,6 +36,7 @@ public class CruiseOpsDailyRespVO {
|
|
|
@ExcelProperty("船舶")
|
|
|
private String ship;
|
|
|
|
|
|
+
|
|
|
@Schema(description = "航线", example = "重庆-宜昌")
|
|
|
@ExcelProperty("航线")
|
|
|
private String route;
|
|
|
@@ -152,4 +153,8 @@ public class CruiseOpsDailyRespVO {
|
|
|
@ExcelProperty("是否累计")
|
|
|
private Boolean isCumulative;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ private String shipId;
|
|
|
+ private String voyageId;
|
|
|
}
|