| | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.ycl.common.base.Result; |
| | | import com.ycl.domain.entity.ProjectInfo; |
| | | import com.ycl.domain.form.DocumentInfoForm; |
| | | import com.ycl.domain.form.ProjectInfoForm; |
| | | import com.ycl.domain.query.ProjectInfoQuery; |
| | | import com.ycl.domain.vo.IndexCountVO; |
| | |
| | | IndexCountVO getIndexCount(IndexDTO indexDTO); |
| | | |
| | | Map<String,Integer> countExceptionProject(IndexDTO indexDTO); |
| | | |
| | | Result docDetail(Integer id); |
| | | |
| | | Result addDoc(DocumentInfoForm form); |
| | | |
| | | Result getManagerFlag(Integer recordId); |
| | | } |