1
This commit is contained in:
parent
d474978d86
commit
4ddb4d34dd
@ -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 {
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user