| | |
| | | package com.fgkj.controller; |
| | | |
| | | import com.fgkj.util.*; |
| | | |
| | | import com.fgkj.dto.Positiomap_usr; |
| | | import com.fgkj.dto.ServiceModel; |
| | | import com.fgkj.dto.User_inf; |
| | |
| | | import com.fgkj.mapper.UinfDaoFactory; |
| | | import com.fgkj.services.Positiomap_usrService; |
| | | import com.fgkj.services.User_logService; |
| | | import com.fgkj.util.ActionUtil; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.*; |
| | | |
| | | import javax.annotation.Resource; |
| | |
| | | @RequestMapping("positionMapUsr") |
| | | @RestController |
| | | @Api(tags = "positionMapUsr接口") |
| | | //Perry TODO |
| | | public class PositionMapUsrController{ |
| | | |
| | | @Resource |