add 开票接口新增 email字段

This commit is contained in:
Lemon
2026-07-15 14:36:32 +08:00
parent 4986239cd4
commit a7d838cdb1

View File

@@ -64,4 +64,9 @@ public class InvoiceTitleDTO {
* 接收方式
*/
private String reception;
/**
* 邮箱地址
*/
private String email;
}