ProBasicPowerPointController.java 475 B

123456789101112131415161718192021222324
  1. package com.gyee.runeconomy.controller;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. /**
  5. * <p>
  6. * 场站测点,期次测点,线路测点,三级公司测点,区域测点
  7. * <p>
  8. * <p>
  9. * <p>
  10. * +方阵测点 前端控制器
  11. * </p>
  12. *
  13. * @author wang
  14. * @since 2023-09-15
  15. */
  16. @RestController
  17. @RequestMapping("//pro-basic-power-point")
  18. public class ProBasicPowerPointController {
  19. }