This commit is contained in:
yumoqing 2025-12-17 07:55:25 +08:00
parent 6b3f2710a4
commit 058172c52a

View File

@ -8,7 +8,7 @@ from accounting.openaccount import openOwnerAccounts, openProviderAccounts, open
from accounting.getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount from accounting.getaccount import getAccountBalance, getCustomerBalance, getAccountByName, get_account_total_amount
from accounting.bizaccount import BizAccounting from accounting.bizaccount import BizAccounting
from accounting.recharge import RechargeBiz, recharge_accounting from accounting.recharge import RechargeBiz, recharge_accounting
from comsume import ConsumeBiz from accounting.comsume import ConsumeBiz
def load_accounting(): def load_accounting():
g = ServerEnv() g = ServerEnv()