added extra query

This commit is contained in:
Chinenye Nmoh
2026-03-17 09:37:08 +01:00
parent bfb35e0285
commit 569d4c45d7
49 changed files with 4516 additions and 4505 deletions
+10 -10
View File
@@ -1,11 +1,11 @@
from app.models import RepaymentsData
class RepaymentService:
@classmethod
def add_repayment_data(cls,data):
"""
Add a new repayment data entry.
"""
from app.models import RepaymentsData
class RepaymentService:
@classmethod
def add_repayment_data(cls,data):
"""
Add a new repayment data entry.
"""
return RepaymentsData.add_repayment_data(data)