| | |
| | | import org.jeecg.modules.dnc.entity.DocFile; |
| | | import org.jeecg.modules.dnc.entity.DocInfo; |
| | | import org.jeecg.modules.dnc.entity.ProcessStream; |
| | | import org.jeecg.modules.dnc.response.QueryListResponseResult; |
| | | import org.jeecg.modules.dnc.response.QueryPageResponseResult; |
| | | import org.jeecg.modules.dnc.response.ResponseResult; |
| | | import org.jeecg.modules.dnc.request.DocInfoQueryRequest; |
| | | import org.jeecg.modules.dnc.request.DocInfoUploadRequest; |
| | | import org.jeecg.modules.dnc.response.ResponseResult; |
| | | import org.springframework.web.multipart.MultipartFile; |
| | | |
| | | import javax.servlet.http.HttpServletRequest; |
| | |
| | | List<DocInfo> findList(DocInfoQueryRequest docQuery); |
| | | |
| | | /** |
| | | * 通过一组attributionId,docClassCode,attributionType查询可指派的文档信息列表 |
| | | * @param docQuery |
| | | * @return |
| | | */ |
| | | List<DocInfo> findListByDocQuery(DocInfoQueryRequest docQuery); |
| | | |
| | | |
| | | /** |
| | | * 获取一组工序下的文档信息列表 |
| | | * @param streams |
| | | * @return |