module.exports = class OrderModel { async create() { } async update(data) { } async findByUser(userid) { } async findByOrderId(orderid) { } }