| | |
| | | * |
| | | */ |
| | | @PostMapping("/clone") |
| | | @VciBusinessLog(operateName = "删除表单/表格") |
| | | @VciBusinessLog(operateName = "克隆表单/表格") |
| | | public BaseResult clone(@RequestBody ClonePortalVIDTOList portalVIDTOList){ |
| | | try { |
| | | return portalVIServiceI.clone(portalVIDTOList) ? BaseResult.success("克隆成功!"):BaseResult.fail("克隆失败!"); |
| | |
| | | * 获取超链接弹出方法 |
| | | */ |
| | | @GetMapping("/getItemDblList") |
| | | @VciBusinessLog(operateName = "属性字段类型") |
| | | @VciBusinessLog(operateName = "超链接类型") |
| | | public BaseResult<List<KeyValue>> getItemDblList(){ |
| | | return BaseResult.dataList(ItemDblEnum.getEnumAll()); |
| | | } |