2 changed files with 31 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
package com.epmet.dataaggre.controller; |
||||
|
|
||||
|
import com.epmet.commons.tools.utils.Result; |
||||
|
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
import org.springframework.web.bind.annotation.RestController; |
||||
|
|
||||
|
/** |
||||
|
* 5大图层controller |
||||
|
*/ |
||||
|
@RestController |
||||
|
@RequestMapping("coverage") |
||||
|
public class CoverageController { |
||||
|
|
||||
|
//public Result
|
||||
|
|
||||
|
} |
@ -0,0 +1,15 @@ |
|||||
|
package com.epmet.controller; |
||||
|
|
||||
|
import org.springframework.web.bind.annotation.RequestMapping; |
||||
|
import org.springframework.web.bind.annotation.RestController; |
||||
|
|
||||
|
/** |
||||
|
* 5大图层controller |
||||
|
*/ |
||||
|
@RestController |
||||
|
@RequestMapping("coverage") |
||||
|
public class CoverageController { |
||||
|
|
||||
|
//public Result
|
||||
|
|
||||
|
} |
Loading…
Reference in new issue