aa
This commit is contained in:
@@ -42,4 +42,7 @@ type IStoreAcctManager interface {
|
||||
InsertStoreAcctIncomeAndUpdateStoreAcctBalance(ctx *jxcontext.Context, storeID, price, acctType int, vendorOrderID string, expendID int) (err error)
|
||||
CheckStoreAcctExpendExist(vendorOrderID string) (isEqual, isZero bool, err error)
|
||||
GetStoreAcctExpendLastCreateWayBillFee(vendorOrderID string) (expend *dao.GetStoreAcctExpendLastCreateWayBillFeeResult, lastFee int, err error)
|
||||
|
||||
//品牌账户
|
||||
GetBrandBalance(brandID int) (balance int, err error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user