接口列表
parent
fbb18de304
commit
63bcb622ac
|
@ -18,7 +18,7 @@ public class ConnectorUser {
|
|||
/**
|
||||
* 用户ID
|
||||
*/
|
||||
private Integer userId;
|
||||
private Long userId;
|
||||
/**
|
||||
* 接口id
|
||||
*/
|
||||
|
@ -39,4 +39,8 @@ public class ConnectorUser {
|
|||
* 用户名称
|
||||
*/
|
||||
private String userName;
|
||||
/**
|
||||
* 用户权限
|
||||
*/
|
||||
private String remark;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue