@RestController(value="engine-web-query") @RequestMapping(value="/engine/web/module/query") public class ModuleQueryController extends BaseController
request, response
构造器和说明 |
---|
ModuleQueryController() |
限定符和类型 | 方法和说明 |
---|---|
ApiResult<com.alibaba.fastjson.JSONObject> |
read(String refid) |
ApiResult<String> |
save(FilterVO crudQueryVO) |
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getTenantId, getUserName, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, setInsertLog, setLoginInfo, setUpdateLog, success, success, success, success, validateToken
@PostMapping(value="/save") @Permission public ApiResult<String> save(@RequestBody FilterVO crudQueryVO) throws BusiException, SQLException
@GetMapping(value="/read") @Permission public ApiResult<com.alibaba.fastjson.JSONObject> read(@RequestParam(required=true) String refid) throws BusiException, SQLException, TokenAuthenticationException, AccessPermissionException
Copyright © 2025. All rights reserved.