| | |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RestController; |
| | | import org.springframework.web.servlet.ModelAndView; |
| | | import service.MainService; |
| | | import com.terra.coal.service.MainService; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | | import javax.servlet.http.HttpServletResponse; |
| | |
| | | return mv; |
| | | } |
| | | |
| | | @ApiOperation(value = "加载54数据入库") |
| | | @ApiOperation(value = "加载54数据(入库)") |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(name = "txtPath", value = "块体数据文件路径", dataType = "String", paramType = "query", example = "D:\\块体数据.txt") |
| | | }) |