Pu Zhibing
2024-10-29 c30ef69f849a79fa9a72181befc285b5939e5e8c
ruoyi-api/ruoyi-api-order/src/main/java/com/ruoyi/order/api/query/TOrderInvoiceQuery.java
@@ -25,6 +25,8 @@
    @ApiModelProperty(value = "开票方式(1=人工,2=自动)")
    private Integer invoicingMethod;
    @ApiModelProperty(value = "状态(1=待开票,2=开票中,3=已开票)")
    private Integer status;
    @ApiModelProperty(value = "申请人电话")
    private String userPhone;