Commit 87ffed16 by 王召彬

getReservListByCmanId添加参数

parent 6f3fd751
......@@ -24,7 +24,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface defermarkReservFinished(int $storeId, int $orderId)
* @method ResultInterface deferAddReservation(int $storeId, int $orderId, int $buyerId, int $cmanId, int $reservTime, string $memo, int $type)
* @method ResultInterface deferCancelReservByOrderId(int $storeId, int $orderId, string $memo)
* @method ResultInterface deferGetReservListByCmanId(int $storeId, int $cmanId, $state = null)
* @method ResultInterface deferGetReservListByCmanId(int $storeId, int $cmanId, $state = null, $isConfirm = null)
*/
interface ReservationInterface
{
......@@ -127,6 +127,6 @@ interface ReservationInterface
* @Number(name="state")
* @return array
*/
public function getReservListByCmanId(int $storeId, int $cmanId, $state = null);
public function getReservListByCmanId(int $storeId, int $cmanId, $state = null, $isConfirm = null);
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment