xiangpei
2024-12-12 2330e34c1d0f8a3c58a729eaee8e9987f612d83d
business/src/main/java/com/ycl/service/ProjectInfoService.java
@@ -5,10 +5,13 @@
import com.ycl.domain.entity.ProjectInfo;
import com.ycl.domain.form.DocumentInfoForm;
import com.ycl.domain.form.ProjectInfoForm;
import com.ycl.domain.query.ProjectExportQuery;
import com.ycl.domain.query.ProjectInfoQuery;
import com.ycl.domain.vo.IndexCountVO;
import com.ycl.domain.vo.IndexDTO;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.util.List;
import java.util.Map;
@@ -77,4 +80,8 @@
    Result addDoc(DocumentInfoForm form);
    Result getManagerFlag(Integer recordId);
    void export(HttpServletResponse response, ProjectExportQuery query) throws IOException;
    Result updateUsedStatus(Integer id, Integer usedStatus);
}