Scene3dNumMatterProController.java 378 B

123456789101112131415161718192021
  1. package com.fdkankan.scene.controller;
  2. import org.springframework.web.bind.annotation.RequestMapping;
  3. import org.springframework.web.bind.annotation.RestController;
  4. /**
  5. * <p>
  6. * matter_pro场景码 前端控制器
  7. * </p>
  8. *
  9. * @author
  10. * @since 2022-11-24
  11. */
  12. @RestController
  13. @RequestMapping("/scene/scene3dNumMatterPro")
  14. public class Scene3dNumMatterProController {
  15. }