| | |
| | | |
| | | import java.util.List; |
| | | |
| | | import com.panzhihua.common.model.vos.area.StreetAndBuildVO; |
| | | import com.panzhihua.common.model.vos.community.ComActPasswordVo; |
| | | import com.panzhihua.common.model.vos.community.DataCount; |
| | | import com.panzhihua.common.model.vos.partybuilding.ComPbMemberTypeVO; |
| | | import com.panzhihua.common.model.vos.puda.DynamicVO; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | |
| | | */ |
| | | @Select("SELECT count(1) FROM com_act_social_org") |
| | | Integer countSocialOrg(); |
| | | |
| | | |
| | | List<StreetAndBuildVO> oneTagThreeReal(); |
| | | } |