|
@@ -35,7 +35,7 @@ import java.util.List;
|
|
|
* version:1.0
|
|
|
*/
|
|
|
@RestController
|
|
|
-@RequestMapping("/encrypt_section-monitor-info")
|
|
|
+@RequestMapping("/encrypt-section-monitor-info")
|
|
|
@Api(tags = "加密断面监测信息接口")
|
|
|
@Slf4j
|
|
|
public class EncryptSectionMonitorInfoController extends BaseController<EncryptSectionMonitorInfo, EncryptSectionMonitorInfoVo> {
|