Pu Zhibing
7 天以前 2c5957854caea8b0fc0f7c957a946979e2e5554a
1
2
3
4
5
6
7
8
9
10
package com.stylefeng.guns.modular.system.response;
 
import lombok.Data;
 
@Data
public class UserRequest {
    private Integer userId;
    private Integer type;
 
}