mitao
2025-05-20 179c4d64313c9b7572778da4aaaf6c6584fe457d
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/SysConfMapper.java
@@ -1,5 +1,6 @@
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;
@@ -31,4 +32,12 @@
    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);
}