|
@@ -61,6 +61,16 @@ public class TFurnancePressureController extends BaseController
|
|
@Autowired
|
|
@Autowired
|
|
private ITCommonfileService tCommonfileService;
|
|
private ITCommonfileService tCommonfileService;
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
+ * 查询通用附件列表
|
|
|
|
+ */
|
|
|
|
+ @GetMapping("/allFileList")
|
|
|
|
+ public List<TCommonfile> allFileList(@RequestBody TCommonfile tCommonfile)
|
|
|
|
+ {
|
|
|
|
+ List<TCommonfile> list = tCommonfileService.selectAllFileList(tCommonfile);
|
|
|
|
+ return list;
|
|
|
|
+ }
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 裂解炉测压图片识别(APP)
|
|
* 裂解炉测压图片识别(APP)
|
|
*/
|
|
*/
|