系统用户 @author yangliyuan @date 2024年3月29日 上午9:18:20
| 14 | * @date 2024年3月29日 上午9:18:20 |
| 15 | */ |
| 16 | public interface ConfigService extends IService<ConfigEntity> { |
| 17 | PageUtils queryPage(Map<String, Object> params); |
| 18 | } |
nothing calls this directly
no outgoing calls
no test coverage detected