同步代码 更换电脑

This commit is contained in:
2025-06-16 15:59:23 +08:00
parent c09c14642d
commit b02ba9e482
6 changed files with 145 additions and 1 deletions

View File

@@ -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);
}