|
|
@ -9,6 +9,7 @@ import com.zc.business.domain.DcFacility; |
|
|
|
import com.zc.business.domain.DcNoStakeWarningTable; |
|
|
|
import com.zc.business.service.IDcFacilityService; |
|
|
|
import com.zc.business.service.IDcNoStakeWarningTableService; |
|
|
|
import com.zc.business.service.impl.DcNoStakeWarningTableServiceImpl; |
|
|
|
import io.swagger.annotations.Api; |
|
|
|
import io.swagger.annotations.ApiOperation; |
|
|
|
import org.springframework.security.access.prepost.PreAuthorize; |
|
|
@ -25,10 +26,10 @@ import java.util.List; |
|
|
|
*/ |
|
|
|
@Api(tags = {"无桩号预警"}) |
|
|
|
@RestController |
|
|
|
@RequestMapping("/business/facility") |
|
|
|
@RequestMapping("/business/DcNoStakeWarningTableServiceImpl") |
|
|
|
public class DcNoStakeWarningTableController extends BaseController { |
|
|
|
@Resource |
|
|
|
private IDcNoStakeWarningTableService dcNoStakeWarningTableService; |
|
|
|
private DcNoStakeWarningTableServiceImpl dcNoStakeWarningTableService; |
|
|
|
|
|
|
|
//*********************************路网设施增删改查******************************************
|
|
|
|
|
|
|
|