fix: 账单接口
This commit is contained in:
@@ -14,7 +14,7 @@ import java.util.Date;
|
|||||||
public class UInvoiceBillVo {
|
public class UInvoiceBillVo {
|
||||||
|
|
||||||
@Schema(description = "发票编号")
|
@Schema(description = "发票编号")
|
||||||
private Long invoiceNumber;
|
private String invoiceNumber;
|
||||||
|
|
||||||
@Schema(description = "金额")
|
@Schema(description = "金额")
|
||||||
private BigDecimal amount;
|
private BigDecimal amount;
|
||||||
|
|||||||
Reference in New Issue
Block a user