API页面类型分类
parent
832e719348
commit
3a51873506
|
@ -12,5 +12,5 @@ import lombok.Data;
|
||||||
@Data
|
@Data
|
||||||
public class ConnectorSortGroupBy {
|
public class ConnectorSortGroupBy {
|
||||||
private String connectorSort;
|
private String connectorSort;
|
||||||
private Integer count;
|
private Long count;
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,7 +14,7 @@ public class ConnectorUserReq {
|
||||||
/**
|
/**
|
||||||
* id
|
* id
|
||||||
*/
|
*/
|
||||||
private Integer connectorUserId;
|
private Long connectorUserId;
|
||||||
/**
|
/**
|
||||||
* 用户ID
|
* 用户ID
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue