package com.ycl.controller.writ; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.ycl.base.BaseController; /** *
* 文书种类 只针对违建 前端控制器 *
* * @author lyq * @since 2022-11-15 */ @RestController @RequestMapping("/writ") public class WritController extends BaseController { }