|
|
@@ -77,10 +77,14 @@ public class TradeOrderRespNewVO {
|
|
|
@JsonFormat(shape = JsonFormat.Shape.STRING,pattern = FORMAT_YEAR_MONTH_DAY, timezone = TIME_ZONE_DEFAULT)
|
|
|
private Date travelDate;
|
|
|
|
|
|
- @Schema(description = "总人数")
|
|
|
- @ExcelProperty("人数")
|
|
|
+ @Schema(description = "录入名单数")
|
|
|
+ @ExcelProperty("录入名单数")
|
|
|
private Integer totalPerson;
|
|
|
|
|
|
+ @Schema(description = "预定名单数")
|
|
|
+ @ExcelProperty("预定名单数")
|
|
|
+ private Integer personCount;
|
|
|
+
|
|
|
@Schema(description = "备注")
|
|
|
@ExcelProperty("备注")
|
|
|
private String remark;
|
|
|
@@ -98,6 +102,7 @@ public class TradeOrderRespNewVO {
|
|
|
@Schema(description = "人员数据统计")
|
|
|
private String personStat;
|
|
|
|
|
|
+
|
|
|
@Schema(description = "订单汇总信息")
|
|
|
private TradeOrderTotalVO summary;
|
|
|
|