mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-06-09 11:39:58 +08:00
优化
This commit is contained in:
@@ -13,7 +13,7 @@ import java.util.Date;
|
||||
* @create: 2022-07-04 14:39
|
||||
**/
|
||||
@Data
|
||||
@TableName(value = "xf-user")
|
||||
@TableName(value = "xf_user")
|
||||
public class User {
|
||||
|
||||
private Integer id;
|
||||
|
||||
Reference in New Issue
Block a user