|
@@ -39,8 +39,8 @@ public class InvoiceListRespVO {
|
|
|
@ExcelProperty("用户编号")
|
|
|
private Long userId;
|
|
|
|
|
|
- @Schema(description = "发票状态 0.待开票 1.已开票 2.拒绝开票")
|
|
|
- @ExcelProperty("发票状态 0.待开票 1.已开票 2.拒绝开票")
|
|
|
+ @Schema(description = "发票状态 0.开票中 1.已开票 2.拒绝开票")
|
|
|
+ @ExcelProperty("发票状态 0.开票中 1.已开票 2.拒绝开票")
|
|
|
private Integer status;
|
|
|
|
|
|
@Schema(description = "支付订单id", example = "32484")
|