dashboard
repositories
filestore
activity
search
login
admin
/
screen_api_v2
工业级后台API v2
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
app接口
xufenglei
2017-12-07
dba72443e05e7b0a52ee85bfd9f4641aebc42c60
[~admin/screen_api_v2.git]
/
src
/
main
/
java
/
com
/
moral
/
service
/
OrganizationService.java
1
2
3
4
5
6
7
8
9
package com.moral.service;
import java.util.Set;
public interface OrganizationService {
Set<Integer> getChildOrganizationIds(Integer orgId);
}