会员发票抬头设置默认

This commit is contained in:
2023-05-20 16:25:24 +08:00
parent 1fe9641297
commit a21fb4f736
8 changed files with 177 additions and 150 deletions

View File

@@ -43,4 +43,6 @@ public class InvoiceTitleVO {
* 银行账户
*/
private String bankAccountNumber;
private String defaultFlag;
}