update 开票详情页面

This commit is contained in:
2023-05-12 11:21:13 +08:00
parent f56beeb292
commit 92b595b324
6 changed files with 103 additions and 0 deletions

View File

@@ -18,4 +18,29 @@ public class InvoiceTitleVO {
// 抬头类型 (单位或个人)
private String titleType;
/**
* 税号
*/
private String taxId;
/**
* 单位地址
*/
private String unitAddress;
/**
* 电话号码
*/
private String phoneNumber;
/**
* 开户银行
*/
private String bankName;
/**
* 银行账户
*/
private String bankAccountNumber;
}