导出新增关联订单号字段

This commit is contained in:
Guoqs
2025-06-19 13:48:20 +08:00
parent fd455ea9c0
commit 7bcb6872d4

View File

@@ -52,6 +52,7 @@ public class MemberWalletLogVO {
/**
* 关联订单
*/
@Excel(name = "关联订单号")
private String relatedOrderCode;
/**