wl
2022-11-15 84e920b9f7a80b05c2f9197ab9e64f1fba86a491
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
package com.ycl.controller.writ;
 
 
import org.springframework.web.bind.annotation.RequestMapping;
 
import org.springframework.web.bind.annotation.RestController;
import com.ycl.base.BaseController;
 
/**
 * <p>
 * 文书种类 只针对违建 前端控制器
 * </p>
 *
 * @author lyq
 * @since 2022-11-15
 */
@RestController
@RequestMapping("/writ")
public class WritController extends BaseController {
 
}