|
@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RestController; |
|
|
* @Date 2020/3/24 11:02 |
|
|
* @Date 2020/3/24 11:02 |
|
|
*/ |
|
|
*/ |
|
|
@RestController |
|
|
@RestController |
|
|
@RequestMapping("minegrid") |
|
|
@RequestMapping("mygrid") |
|
|
public class ResiMineGridController { |
|
|
public class ResiMineGridController { |
|
|
@Autowired |
|
|
@Autowired |
|
|
private ResiMineGridService resiMineGridService; |
|
|
private ResiMineGridService resiMineGridService; |
|
|