package com.mokamrp.privates.controller; import com.mokamrp.privates.mapper.pojo.Downfile; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 前端控制器 *

* * @author gy * @since 2021-04-22 */ @RestController @RequestMapping("/downfile") public class DownfileController extends BaseController { }