|
|
@@ -132,4 +132,20 @@ public class ExportSuperviseSettlementDetailExcelDto {
|
|
|
@Schema(description = "对接人手机号")
|
|
|
@ExcelProperty(value = "对接人手机号")
|
|
|
private String contactPersonPhone;
|
|
|
+
|
|
|
+ @Schema(description = "订单号")
|
|
|
+ @ExcelProperty(value = "订单号")
|
|
|
+ private String orderNo;
|
|
|
+
|
|
|
+ @Schema(description = "订单状态(编码)")
|
|
|
+ @ExcelProperty(value = "订单状态(编码)")
|
|
|
+ private String orderStatus;
|
|
|
+
|
|
|
+ @Schema(description = "订单状态(转义)")
|
|
|
+ @ExcelProperty(value = "订单状态(转义)")
|
|
|
+ private String orderStatusName;
|
|
|
+
|
|
|
+ @Schema(description = "发票号")
|
|
|
+ @ExcelProperty(value = "发票号")
|
|
|
+ private String invoiceNo;
|
|
|
}
|