| | |
| | | |
| | | import com.nanometer.smartlab.entity.OpeApply; |
| | | import com.nanometer.smartlab.entity.OpeApplyReserve; |
| | | 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; |
| | |
| | | |
| | | List<OpeApply> selectByReId(String id); |
| | | public int updateByReId(Map params); |
| | | |
| | | OpeApplyReserve getOpeApplyDetail(String id); |
| | | |
| | | void updateOpeApplyInfo(Map params); |
| | | |
| | | void insertList(List<OpeApply> opeApplyList); |
| | | |
| | | OpeApplyReserve getOpeApplyReserveListByNameForRowData(@Param("id") String rowKey); |
| | | } |