update 会员发票抬头默认标识

This commit is contained in:
2023-05-22 11:10:51 +08:00
parent 744af029a2
commit 10567b53dd
2 changed files with 8 additions and 0 deletions

View File

@@ -49,4 +49,9 @@ public class CreateInvoiceTitleDTO {
* 银行账户
*/
private String bankAccountNumber;
/**
* 默认标识0-否1-是)
*/
private String defaultFlag;
}

View File

@@ -44,5 +44,8 @@ public class InvoiceTitleVO {
*/
private String bankAccountNumber;
/**
* 默认标识0-否1-是)
*/
private String defaultFlag;
}