1.用户对象管理业务迁移

This commit is contained in:
2026-02-10 14:48:04 +08:00
parent aecee4de49
commit d138d4353f
4 changed files with 80 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public class PqFrontLogsChild extends BaseEntity {
@TableField(value = "grade")
private String grade;
@TableField(value = "`state`")
@TableField(value = "state")
private Integer state;
}