Commit 52d7644c by liwotianname

增加档案信息更改

parent e1feb48d
......@@ -22,7 +22,7 @@ use Swoft\Core\ResultInterface;
interface AccountInterface
{
/**
* 流水增加
* 流水增加收入
* @param $storeId
* @param $money
* @param $ordirId
......@@ -30,8 +30,18 @@ interface AccountInterface
*/
public function Income($storeId, $money, $ordirId);
/**
* 流水收入退款
* @param $storeId
* @param $money
* @param $orderId
* @return mixed
*/
public function IncomeRefund($storeId, $money, $orderId);
/**
* 流水减少
* 流水支出
* @param $storeId
* @param $money
* @param $ordirId
......
......@@ -32,4 +32,6 @@ interface ProfileInterface
*/
public function AddOrder($storeId, $orderId, $goodsId, $goodsName, $orderPrice, $orderType, $orderTime, $consigneeName, $consigneePhone, $buyerId,$activityName);
}
\ 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