李宇
2021-08-18 c3510da29a7974c6af7ff3de1ade3db429d6f848
src/main/java/com/nanometer/smartlab/dao/OpeApplyDao.java
@@ -5,6 +5,7 @@
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;
@@ -57,4 +58,6 @@
    void updateOpeApplyInfo(Map params);
    void insertList(List<OpeApply> opeApplyList);
    OpeApplyReserve getOpeApplyReserveListByNameForRowData(@Param("id") String rowKey);
}