mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
fix 表名上传错误
This commit is contained in:
@ -14,7 +14,7 @@ import lombok.experimental.Accessors;
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@Accessors(chain = true)
|
||||
@TableName("sys_config")
|
||||
@TableName("sys_user_post")
|
||||
public class SysUserPost {
|
||||
/**
|
||||
* 用户ID
|
||||
|
@ -14,7 +14,7 @@ import lombok.experimental.Accessors;
|
||||
@Data
|
||||
@NoArgsConstructor
|
||||
@Accessors(chain = true)
|
||||
@TableName("sys_config")
|
||||
@TableName("sys_user_role")
|
||||
public class SysUserRole {
|
||||
/**
|
||||
* 用户ID
|
||||
|
Reference in New Issue
Block a user