| | |
| | | package com.example.erp.mapper.pp; |
| | | |
| | | import com.baomidou.dynamic.datasource.annotation.DS; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.example.erp.dto.pp.FlowCardDTO; |
| | | import com.example.erp.entity.pp.FlowCard; |
| | |
| | | Boolean updateTerminationStatus(String processId, Integer orderNumber); |
| | | |
| | | Boolean updateTerminationNoMp(String processId, Integer orderNumber); |
| | | |
| | | List<Map<String, Object>> getNewProcessMp(String processId, String orderNumber, String technologyNumber); |
| | | |
| | | Map<String, Object> getProcessInfo( String processName); |
| | | } |