File was renamed from ycl-platform/src/main/java/com/ycl/controller/caseHandler/WritController.java |
| | |
| | | package com.ycl.controller.caseHandler; |
| | | package com.ycl.controller.writ; |
| | | |
| | | |
| | | import com.ycl.controller.BaseController; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import com.ycl.base.BaseController; |
| | | |
| | | /** |
| | | * <p> |
| | | * 文书种类 只针对违建 前端控制器 |
| | | * </p> |
| | | * |
| | | * @author wl |
| | | * @since 2022-09-24 |
| | | * @author lyq |
| | | * @since 2022-11-15 |
| | | */ |
| | | @RestController |
| | | @RequestMapping("/writ") |