File was renamed from zq-erp/src/main/java/com/matrix/system/api/action/UsersAction.java |
| | |
| | | package com.matrix.system.api.action; |
| | | package com.matrix.system.app.action; |
| | | |
| | | import com.matrix.core.pojo.AjaxResult; |
| | | import com.matrix.system.api.vo.UserAchieveVo; |
| | | import com.matrix.system.app.vo.UserAchieveVo; |
| | | import com.matrix.system.hive.service.AchieveNewService; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | |
| | | * @author wzy |
| | | * @date 2020-12-21 |
| | | **/ |
| | | @Api(value = "UsersAction", tags = "用户中心接口类") |
| | | @Api(value = "ApiUsersAction", tags = "用户中心接口类") |
| | | @RestController |
| | | @RequestMapping(value = "/api/user") |
| | | public class UsersAction { |
| | | public class ApiUsersAction { |
| | | |
| | | @Autowired |
| | | private AchieveNewService achieveNewService; |