| | |
| | | import com.panzhihua.common.model.dtos.community.PageActWorkGuideDTO; |
| | | import com.panzhihua.common.model.vos.community.ComActWorkGuideDetailAppletsVO; |
| | | import com.panzhihua.common.model.vos.community.ComActWorkGuideVO; |
| | | import com.panzhihua.common.model.vos.jinhui.JinhuiGoldCoinRecordVO; |
| | | import com.panzhihua.service_jinhui_community.entity.JinhuiComActWorkGuide; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | * @description: 办事指南 |
| | | **/ |
| | | @Mapper |
| | | public interface JinhuiComActWorkGuideDAO extends BaseMapper<JinhuiComActWorkGuide> { |
| | | public interface JinhuiComActWorkGuideDAO extends BaseMapper<JinhuiComActWorkGuide> |
| | | { |
| | | IPage<ComActWorkGuideVO> pageWorkGuide(Page page, @Param("pageActWorkGuideDTO") PageActWorkGuideDTO pageActWorkGuideDTO); |
| | | |
| | | /** |
| | |
| | | */ |
| | | List<ComActWorkGuideDetailAppletsVO> getWorkGuideListByClassifyId(@Param("classifyId") String classifyId, |
| | | @Param("pageSize") String pageSize); |
| | | |
| | | |
| | | } |