requirement表的实现
This commit is contained in:
@@ -6,6 +6,8 @@ import com.ruoyi.oa.domain.vo.OaRequirementsVo;
|
||||
import com.ruoyi.common.core.mapper.BaseMapperPlus;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* OA 需求Mapper接口
|
||||
*
|
||||
@@ -14,4 +16,9 @@ import org.apache.ibatis.annotations.Param;
|
||||
*/
|
||||
public interface OaRequirementsMapper extends BaseMapperPlus<OaRequirementsMapper, OaRequirements, OaRequirementsVo> {
|
||||
Page<OaRequirementsVo> selectVoListPage(Page<?> page, @Param("ew") Object lqw);
|
||||
|
||||
/**
|
||||
* 查询需求列表(用于导出)
|
||||
*/
|
||||
List<OaRequirementsVo> selectVoListForExport(@Param("ew") Object lqw);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user