| 123456789101112131415161718 |
- package com.kym.miniapp.controller;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RestController;
- /**
- * <p>
- * 洗车设备表 前端控制器
- * </p>
- *
- * @author skyline
- * @since 2024-09-11
- */
- @RestController
- @RequestMapping("/wash-device")
- public class WashDeviceController {
- }
|