青羊经侦大队-数据平台
wl
2022-12-23 b680856aa7a5c7225fae1ea81f2706f10437f373
src/main/java/com/example/jz/service/CommonQuestionService.java
@@ -14,7 +14,5 @@
 * @since 2022-07-11 16:35:57
 */
public interface CommonQuestionService extends IService<CommonQuestion> {
    IPage<CommonQuestionDto> findByPage(Page<CommonQuestionDto> page, QueryWrapper<Object> objectQueryWrapper);
}