培训班

This commit is contained in:
wuchunlei
2025-04-16 16:39:34 +08:00
parent c6b7699e84
commit d1746c678f
11 changed files with 166 additions and 52 deletions

View File

@@ -24,8 +24,6 @@ public class TrainingToUser {
private String identity;
private String payMethod;
private Date createTime;
@TableLogic
@@ -33,5 +31,11 @@ public class TrainingToUser {
@TableField(exist = false)
private MyUserEntity user;
@TableField(exist = false)
private String payMethod;
@TableField(exist = false)
private String realMoney;
@TableField(exist = false)
private String jfDeduction;
}