SiteObjectController.java 296 B

12345678910111213
  1. package com.bizmatics.controller.web;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. /**
  5. * @author yq
  6. * @date 2021/7/12 9:09
  7. */
  8. @RestController
  9. @RequestMapping("siteObject")
  10. public class SiteObjectController {
  11. }