李宇
2021-01-18 bbcef869002175b9b12583cc9d7b64d45f0f3bda
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);
}