| | |
| | | package com.vci.web.controller; |
| | | |
| | | import com.vci.corba.common.PLException; |
| | | import com.vci.starter.web.annotation.controller.VciUnCheckRight; |
| | | import com.vci.starter.web.annotation.log.VciBusinessLog; |
| | | import com.vci.starter.web.pagemodel.BaseResult; |
| | |
| | | * @return 表单的定义 |
| | | */ |
| | | @GetMapping("/getTableDefineById") |
| | | public UITableDefineVO getTableDefineById(String btmType,String id){ |
| | | public UITableDefineVO getTableDefineById(String btmType,String id) throws PLException { |
| | | return uiService.getTableById(btmType,id); |
| | | } |
| | | |