同步代码 更换电脑
This commit is contained in:
@@ -8,6 +8,8 @@ import com.ruoyi.oa.domain.vo.OaProjectReportVo;
|
||||
import com.ruoyi.common.core.mapper.BaseMapperPlus;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* 项目报工Mapper接口
|
||||
*
|
||||
@@ -20,4 +22,7 @@ public interface OaProjectReportMapper extends BaseMapperPlus<OaProjectReportMap
|
||||
|
||||
OaProjectReportVo selectVoByIdPlus(@Param("reportId") Long reportId);
|
||||
|
||||
Long countWithPending(Date date);
|
||||
|
||||
Long countWithCompleted(Date createTime);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user