@Controller
@RequestMapping(value="/admin/org/deparment/child/")
public interface IChildDeparmentTreeAPI
| 限定符和类型 | 方法和说明 |
|---|---|
<T extends IDeparmentGrid> |
getChildrenOrgList(String parentId) |
<T extends IChildDeparmentTree> |
loadChild(String parentId) |
@RequestMapping(method=POST,
value="ChildOrgs")
@ResponseBody
<T extends IDeparmentGrid> com.ds.config.ListResultModel<List<T>> getChildrenOrgList(String parentId)
@RequestMapping(method=POST,
value="loadChildDeparment")
@ResponseBody
<T extends IChildDeparmentTree> com.ds.config.TreeListResultModel<List<T>> loadChild(String parentId)
Copyright © 2023 onecode. All rights reserved.