| | |
| | | import com.nanometer.smartlab.entity.OpeOrder; |
| | | import com.nanometer.smartlab.entity.OpeWarehouseReserve; |
| | | |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.springframework.dao.DataAccessException; |
| | | |
| | | import java.util.List; |
| | |
| | | void updateOpeApplyInfo(Map params); |
| | | |
| | | void insertList(List<OpeApply> opeApplyList); |
| | | |
| | | OpeApplyReserve getOpeApplyReserveListByNameForRowData(@Param("id") String rowKey); |
| | | |
| | | List<Map> getApplyControlInfo(); |
| | | |
| | | int getOpeApplySupplerRequireMngTotalCount(Map<String, Object> params); |
| | | |
| | | List<OpeApply> getOpeApplySupplerRequireMngList(Map<String, Object> params); |
| | | } |