From 10df7e29b51d6a2efacc83d870856f57d97a9b66 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期一, 24 十月 2022 13:48:24 +0800 Subject: [PATCH] #feat 修改别名 --- springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/service/ComPropertyAlarmSettingService.java | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/service/ComPropertyAlarmSettingService.java b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/service/ComPropertyAlarmSettingService.java index 145741f..4bbd80b 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/service/ComPropertyAlarmSettingService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_property/src/main/java/com/panzhihua/service_property/service/ComPropertyAlarmSettingService.java @@ -12,7 +12,24 @@ * @since 2021-09-09 09:46:50 */ public interface ComPropertyAlarmSettingService extends IService<ComPropertyAlarmSetting> { + /** + * 分页查询 + * @param commonPage + * @return + */ R pageList(CommonPage commonPage); + + /** + * 根据社区id查询 + * @param communityId + * @return + */ R getByCommunityId(Long communityId); + + /** + * 新增方法 + * @param comPropertyAlarmSetting + * @return + */ R insert(ComPropertyAlarmSetting comPropertyAlarmSetting); } -- Gitblit v1.7.1