李宇
2021-08-18 c3510da29a7974c6af7ff3de1ade3db429d6f848
src/main/java/com/nanometer/smartlab/dao/OpeApplyDao.java
@@ -2,8 +2,10 @@
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;
@@ -50,4 +52,12 @@
    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);
}