This commit is contained in:
yumoqing 2026-01-05 11:47:53 +08:00
parent 03fdd22b8c
commit 389c01ad0a

View File

@ -25,9 +25,6 @@ class CostInfo:
self.resellerid = resellerid
self.amount = amount
class CostBiz(PFBiz):
def __init__(self, providerid, resellerid, amount):
self.provider =
class ConsumeBiz(PFBiz):
def __init__(self, od):
self.db = DBPools()