module.exports = class OrderProductModel { async create(data) { } async find(orderid) { } }