Commit 9da06385 by feixiang

更新bill服务接口

parent 5deb83bc
...@@ -39,5 +39,7 @@ interface BillInterface{ ...@@ -39,5 +39,7 @@ interface BillInterface{
public function getListByOrderId(int $storeId, int $orderId); public function getListByOrderId(int $storeId, int $orderId);
public function updateByCondition(int $storeId, array $condition, array $info);
} }
\ 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