update 会员发票抬头 新增电子邮箱字段

This commit is contained in:
2023-05-23 09:02:58 +08:00
parent 4890717e17
commit fcdd9134ff
4 changed files with 17 additions and 81 deletions

View File

@@ -54,4 +54,9 @@ public class CreateInvoiceTitleDTO {
* 默认标识0-否1-是)
*/
private String defaultFlag;
/**
* 接收方式
*/
private String reception;
}