package com.bizmatics.controller.web; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * 人员管理-未开发 * * @author ya * @since 2021-10-18 */ @Controller @RequestMapping("/patrolInspectors") public class PatrolInspectorsController { }