#
luxiaotao1123
2024-03-07 b09edc479ffdf73cf3fb6e9d0b3bb3757c53aa73
1
2
3
4
5
6
7
8
package com.zy.asrs.common.openapi.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.common.openapi.entity.ApiList;
 
public interface ApiListService extends IService<ApiList> {
 
}