updated Payment service
This commit is contained in:
@@ -451,6 +451,12 @@ class AccountRecords(CrudCollection):
|
||||
build_decision_book_uu_id: Mapped[str] = mapped_column(
|
||||
String, nullable=True, comment="Build Decision Book UU ID"
|
||||
)
|
||||
# payment_result_type = Mapped[int] = mapped_column(
|
||||
# ForeignKey("api_enum_dropdown.id"), nullable=True
|
||||
# )
|
||||
# payment_result_type_uu_id: Mapped[str] = mapped_column(
|
||||
# String, nullable=True, comment="Payment Result Type UU ID"
|
||||
# )
|
||||
|
||||
__table_args__ = (
|
||||
Index("_budget_records_ndx_00", is_receipt_mail_send, bank_date),
|
||||
|
||||
Reference in New Issue
Block a user