|
@ -26,7 +26,7 @@ import java.util.List; |
|
|
*/ |
|
|
*/ |
|
|
@Api(tags = {"无桩号预警"}) |
|
|
@Api(tags = {"无桩号预警"}) |
|
|
@RestController |
|
|
@RestController |
|
|
@RequestMapping("/business/DcNoStakeWarningTableServiceImpl") |
|
|
@RequestMapping("/business/dcNoStakeWarningTable") |
|
|
public class DcNoStakeWarningTableController extends BaseController { |
|
|
public class DcNoStakeWarningTableController extends BaseController { |
|
|
@Resource |
|
|
@Resource |
|
|
private DcNoStakeWarningTableServiceImpl dcNoStakeWarningTableService; |
|
|
private DcNoStakeWarningTableServiceImpl dcNoStakeWarningTableService; |
|
|