索道运输
This commit is contained in:
parent
3f8e7af13e
commit
252a5a5b67
|
|
@ -127,7 +127,7 @@ public class TbTowerController {
|
|||
}
|
||||
|
||||
/**
|
||||
* 杆塔管理导出
|
||||
* 杆塔管理导入
|
||||
* @param file
|
||||
* @param tbTowerVo
|
||||
* @return
|
||||
|
|
@ -135,7 +135,7 @@ public class TbTowerController {
|
|||
*/
|
||||
@PostMapping(value = "/tbTowerImport")
|
||||
@DecryptAndVerify(decryptedClass = TbTowerVo.class)
|
||||
@LogAnnotation(operModul = "杆塔管理-导出", operation = "导出", operDesc = "系统级事件",operType="导出")
|
||||
@LogAnnotation(operModul = "杆塔管理-导入", operation = "导入", operDesc = "系统级事件",operType="导入")
|
||||
public ServerResponse tbTowerExport(MultipartFile file, TbTowerVo tbTowerVo) throws IOException {
|
||||
String fileName = file.getOriginalFilename();
|
||||
if (fileName != null) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue