青羊经侦大队-数据平台
wl
2022-07-19 043736a7acef00a03fb15744406bfef555ad31eb
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);
}