package com.bizmatics.controller.web; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** * @author yq * @date 2021/7/12 9:09 */ @RestController @RequestMapping("siteObject") public class SiteObjectController { }