Commit b0c6b4d5 by xmy

分销

parent a7f73166
......@@ -90,4 +90,14 @@ interface SellerDistributionInterface{
* @author Administrator
*/
public function listByOrderId($storeId, $orderId,$sellerId);
/**
* 更细对账表
* @param $storeId
* @param $id
* @param $balanceState 0 未对帐 1 已对账
* @return mixed
* @author Administrator
*/
public function updateBill($storeId,$id,$balanceState);
}
\ 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