update 查询申请开票详情新增 会员手机号码

This commit is contained in:
Lemon
2023-11-01 16:41:59 +08:00
parent 53415d34dd
commit b905a6c0f1
6 changed files with 44 additions and 16 deletions

View File

@@ -24,6 +24,11 @@ public class InvoiceRecordVO {
*/
private String memberId;
/**
* 会员手机号码
*/
private String phoneNumber;
/**
* 状态 0-未开票 1-已开票
*/

View File

@@ -29,4 +29,9 @@ public class OrderInvoiceRecordVO {
* 运营商电话
*/
private String merchantTel;
/**
* 会员手机号码
*/
private String phoneNumber;
}