|
@@ -32,7 +32,7 @@ public class AdminInvoiceListPageReqVO extends PageParam {
|
|
@Schema(description = "用户编号", example = "10764")
|
|
@Schema(description = "用户编号", example = "10764")
|
|
private Long userId;
|
|
private Long userId;
|
|
|
|
|
|
- @Schema(description = "发票状态 0.待开票 1.已开票 2.拒绝开票")
|
|
|
|
|
|
+ @Schema(description = "发票状态 0.开票中 1.已开票 2.拒绝开票")
|
|
private Integer statue;
|
|
private Integer statue;
|
|
|
|
|
|
@Schema(description = "支付订单id", example = "32484")
|
|
@Schema(description = "支付订单id", example = "32484")
|