叶松
2023-12-08 13adc3f91541bdc52ea0c8759a5ba1f7b4f6b46d
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;
}