积分记录管理端

This commit is contained in:
wuchunlei
2024-05-13 16:05:19 +08:00
parent 1d8698a041
commit a455324bff
3 changed files with 54 additions and 3 deletions

View File

@@ -45,4 +45,7 @@ public class JfTransactionDetails implements Serializable {
@TableLogic
private Integer delFlag;
@TableField(exist = false)
private MyUserEntity user;
}