mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-05 02:20:12 +08:00
update 开票详情页面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user