接口列表

master
chaiyapeng 2024-09-03 12:10:06 +08:00
parent fbb18de304
commit 63bcb622ac
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class ConnectorUser {
/** /**
* ID * ID
*/ */
private Integer userId; private Long userId;
/** /**
* id * id
*/ */
@ -39,4 +39,8 @@ public class ConnectorUser {
* *
*/ */
private String userName; private String userName;
/**
*
*/
private String remark;
} }