| | |
| | | package com.panzhihua.service_community.dao; |
| | | |
| | | import com.panzhihua.common.model.vos.community.CommunityPublicityVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | |
| | | */ |
| | | IPage<SysConfVO> findByPage(Page page, @Param("pageSysConfDTO") PageSysConfDTO pageSysConfDTO); |
| | | |
| | | String getSysConfValue(@Param("key")String key,@Param("communityId") Long communityId); |
| | | String getSysConfValue(@Param("key") String key, @Param("communityId") Long communityId); |
| | | |
| | | CommunityPublicityVO getData(@Param("communityId") String communityId); |
| | | |
| | | int addDate(@Param("item") CommunityPublicityVO item); |
| | | |
| | | int editDate(@Param("item") CommunityPublicityVO item); |
| | | |
| | | int deleteData(@Param("communityId") String communityId); |
| | | |
| | | } |