update 加运营商id字段

This commit is contained in:
2023-08-18 15:11:17 +08:00
parent c900eab070
commit c42d0c1f81
2 changed files with 12 additions and 1 deletions

View File

@@ -29,6 +29,12 @@ public class OrderInvoiceRecord extends BaseEntity {
@Excel(name = "会员id")
private String memberId;
/**
* 运营商id
*/
@Excel(name = "运营商id")
private String merchantId;
/**
* 发票抬头id
*/