mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
update 查询申请开票详情新增 会员手机号码
This commit is contained in:
@@ -24,6 +24,11 @@ public class InvoiceRecordVO {
|
||||
*/
|
||||
private String memberId;
|
||||
|
||||
/**
|
||||
* 会员手机号码
|
||||
*/
|
||||
private String phoneNumber;
|
||||
|
||||
/**
|
||||
* 状态 0-未开票 1-已开票
|
||||
*/
|
||||
|
||||
@@ -29,4 +29,9 @@ public class OrderInvoiceRecordVO {
|
||||
* 运营商电话
|
||||
*/
|
||||
private String merchantTel;
|
||||
|
||||
/**
|
||||
* 会员手机号码
|
||||
*/
|
||||
private String phoneNumber;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user