mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 会员发票抬头默认标识
This commit is contained in:
@@ -49,4 +49,9 @@ public class CreateInvoiceTitleDTO {
|
||||
* 银行账户
|
||||
*/
|
||||
private String bankAccountNumber;
|
||||
|
||||
/**
|
||||
* 默认标识(0-否;1-是)
|
||||
*/
|
||||
private String defaultFlag;
|
||||
}
|
||||
|
||||
@@ -44,5 +44,8 @@ public class InvoiceTitleVO {
|
||||
*/
|
||||
private String bankAccountNumber;
|
||||
|
||||
/**
|
||||
* 默认标识(0-否;1-是)
|
||||
*/
|
||||
private String defaultFlag;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user