package com.bizmatics.controller.web; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; /** * 厂家管理-未开发 * * @author ya * @since 2021-10-15 */ @Controller @RequestMapping("/patrolManufacturer") public class PatrolManufacturerController { }