YDController.java 272 B

1234567891011121314
  1. package com.malk.aiwei.controller;
  2. import lombok.extern.slf4j.Slf4j;
  3. import org.springframework.web.bind.annotation.RequestMapping;
  4. import org.springframework.web.bind.annotation.RestController;
  5. @Slf4j
  6. @RestController
  7. @RequestMapping
  8. public class YDController {
  9. }