Commit 6cfd9390 authored by 王亮's avatar 王亮

update user_info.

parent d961da1c
......@@ -13,7 +13,7 @@ import java.time.LocalDate;
@EqualsAndHashCode(callSuper = true)
@Data
@Entity
@Table(name = "user_detail")
@Table(name = "user_info")
public class UserInfoEntity extends BaseEntity implements Serializable {
@Column(name = "user_id")
private Long userId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment