This commit is contained in:
PQZ 2024-09-24 17:17:18 +08:00
parent d474978d86
commit 4ddb4d34dd

View File

@ -0,0 +1,18 @@
package cn.iocoder.yudao.module.app.customer.admin;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* 用于查看需要查dl_base_type的地方
* 如维修预约需要选服务
*
* @author 小李
* @date 14:21 2024/9/23
**/
@RestController
@RequestMapping("/api/base/type")
public class CustomerMainAPI {
}