gdg
2021-02-04 14b64e57f9d3e644f931e67f4452957497ab34d2
src/main/java/com/nanometer/smartlab/dao/OpeApplyDao.java
@@ -2,6 +2,7 @@
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.springframework.dao.DataAccessException;
@@ -50,4 +51,8 @@
    List<OpeApply> selectByReId(String id);
    public int updateByReId(Map params);
    OpeApplyReserve getOpeApplyDetail(String id);
    void updateOpeApplyInfo(Map params);
}