张晓波
2023-10-19 4b1b9a8890d577ce74e00785cd18babe4217c964
1
2
3
4
5
6
7
8
9
10
11
package com.thhy.usercore.modules.sys.sysusers.entity;
 
import lombok.Data;
 
import java.io.Serializable;
 
@Data
public class PlatUserVo implements Serializable {
 
    private Integer userType;
}