| | |
| | | */ |
| | | public interface OpeApplyOrderService { |
| | | |
| | | public List<OpeApplyOrder> getOpeApplyOrderList(String opeOrderId, String opeApplyId); |
| | | public int getOpeApplyOrderTotalCount(String opeOrderId, String opeApplyId); |
| | | public List<OpeApplyOrder> getOpeApplyOrderList(Long opeOrderId, Long opeApplyId); |
| | | public int getOpeApplyOrderTotalCount(Long opeOrderId, Long opeApplyId); |
| | | public OpeApplyOrder insertOpeApplyOrder(OpeApplyOrder opeApplyOrder); |
| | | |
| | | public int batchInsertOpeApplyOrder(List<OpeApplyOrder> opeApplyOrderList); |
| | | } |