Commit b4efc553 authored by 高建强's avatar 高建强

解决角色跟归属应用回显

parent a7c51230
......@@ -20,7 +20,7 @@ import java.util.List;
@Data
@EqualsAndHashCode(callSuper = true)
@Accessors(chain = true)
@TableName("person_account")
@TableName(value = "person_account" ,autoResultMap = true)
public class PersonAccount extends BaseEntity {
private static final long serialVersionUID = 1L;
......
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