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