类 FileController

所有已实现的接口:
org.springframework.beans.factory.InitializingBean

@Deprecated public class FileController extends SystemController
已过时。
  • 构造器详细资料

    • FileController

      @Autowired public FileController(FileServiceImpl fileService)
      已过时。
  • 方法详细资料

    • list

      @GetMapping("/list") public com.walker.web.ResponseValue list(com.walker.file.DefaultFileInfo fileInfo)
      已过时。
    • remove

      @RequestMapping("/remove/{fileId}") public com.walker.web.ResponseValue remove(@PathVariable Long fileId)
      已过时。