parent
afac119468
commit
654e648b54
1 changed files with 19 additions and 0 deletions
@ -0,0 +1,19 @@ |
||||
package org.jeecg.modules.person.vo; |
||||
|
||||
import lombok.Data; |
||||
import org.jeecg.common.aspect.annotation.Dict; |
||||
|
||||
@Data |
||||
public class User1 { |
||||
private String id; |
||||
private String userName; |
||||
private String realName; |
||||
private String avatar; |
||||
@Dict(dicCode = "sex") |
||||
private String sex; |
||||
private String email; |
||||
private String phone; |
||||
@Dict(dicCode = "user_status") |
||||
private Integer status; |
||||
|
||||
} |
Loading…
Reference in new issue