文件名从 src/main/java/com/lf/server/controller/sys/LayerController.java 修改 |
| | |
| | | package com.lf.server.controller.sys; |
| | | package com.lf.server.controller.data; |
| | | |
| | | import com.lf.server.annotation.SysLog; |
| | | import com.lf.server.controller.all.BaseController; |
| | | import com.lf.server.entity.all.ResponseMsg; |
| | | import com.lf.server.entity.sys.LayerEntity; |
| | | import com.lf.server.entity.data.LayerEntity; |
| | | import com.lf.server.entity.sys.UserEntity; |
| | | import com.lf.server.service.sys.LayerService; |
| | | import com.lf.server.service.data.LayerService; |
| | | import com.lf.server.service.sys.TokenService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiImplicitParam; |
| | |
| | | * 鍥惧眰绠$悊 |
| | | * @author WWW |
| | | */ |
| | | @Api(tags = "杩愮淮绠$悊\\鍥惧眰绠$悊") |
| | | @Api(tags = "鏁版嵁绠$悊\\鍥惧眰绠$悊") |
| | | @RestController |
| | | @RequestMapping("/layer") |
| | | public class LayerController extends BaseController { |