parent
b4d53f2f5b
commit
3656bab2c8
11 changed files with 110 additions and 15 deletions
@ -1,12 +1,20 @@ |
|||||||
package com.msdw.tms.entity.vo; |
package com.msdw.tms.entity.vo; |
||||||
|
|
||||||
|
import cn.hutool.system.UserInfo; |
||||||
import com.msdw.tms.entity.UserEntity; |
import com.msdw.tms.entity.UserEntity; |
||||||
|
import com.msdw.tms.entity.UserInfoEntity; |
||||||
|
import com.msdw.tms.entity.UserPersonalFileEntity; |
||||||
import lombok.Data; |
import lombok.Data; |
||||||
|
|
||||||
import java.util.List; |
import java.util.List; |
||||||
@Data |
@Data |
||||||
public class UserProsonalEntityVo { |
public class UserProsonalEntityVo { |
||||||
|
|
||||||
|
private List<UserPersonalFileEntity> personalFileEntities; |
||||||
|
private UserInfoEntity userInfoEntity; |
||||||
|
|
||||||
private UserEntity userEntity; |
private UserEntity userEntity; |
||||||
|
//测试用
|
||||||
private List<UserEntityVo> userEntityVoList; |
private List<UserEntityVo> userEntityVoList; |
||||||
|
|
||||||
} |
} |
||||||
|
Loading…
Reference in new issue