bingbo
2023-11-26 299ef3c1fbae436b4f0b19b2c288c008636f3265
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;
}