1234567891011121314151617181920 |
- package com.pavis.app.saasbacken.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 高企自检信息
- * </p>
- *
- * @author guan
- * @since 2021-10-29
- */
- @RestController
- @RequestMapping("/saases/high-self-check")
- public class HighSelfCheckController {
- }
|