update 申请开票

This commit is contained in:
2023-05-23 10:52:58 +08:00
parent fcdd9134ff
commit 7ca2854b2d
4 changed files with 30 additions and 2 deletions

View File

@@ -20,4 +20,9 @@ public class ApplyOrderInvoiceDTO {
// 抬头id
private String titleId;
/**
* 接收方式
*/
private String reception;
}