package com.kym.miniapp.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *

* 洗车设备表 前端控制器 *

* * @author skyline * @since 2024-09-11 */ @RestController @RequestMapping("/wash-device") public class WashDeviceController { }