积分记录列表返回订单编号

This commit is contained in:
wuchunlei
2025-04-14 13:51:08 +08:00
parent 220d64b716
commit a73500ee32
2 changed files with 8 additions and 1 deletions

View File

@@ -47,5 +47,7 @@ public class JfTransactionDetails implements Serializable {
@TableField(exist = false)
private MyUserEntity user;
@TableField(exist = false)
private String orderSn;
}