wangfei
8 小时以前 2b91b242113bd10f1be241d19ab154e9ad6506cd
hangzhoumesParent/common/servicebase/src/main/java/com/mes/pp/service/FlowCardService.java
@@ -2,6 +2,7 @@
import com.mes.pp.entity.FlowCard;
import com.baomidou.mybatisplus.extension.service.IService;
import com.mes.pp.entity.dto.FlowCardDTO;
import java.util.List;
import java.util.Map;
@@ -19,4 +20,8 @@
    List<Map<String, Object>> selectProject(String processId, Integer technologyNumber);
    List<Map<String, Object>> selectFlowCard(String processId, Integer technologyNumber);
    List<Map<String, Object>> selectLabel(String processId, Integer technologyNumber);
    List<FlowCardDTO> flowCardReportForms(String orderId);
}