updated Bank service routine email sender and wag managment application page completed

This commit is contained in:
2025-04-27 21:01:06 +03:00
parent 090567ade8
commit 346b132f4c
5 changed files with 403 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ class Applications(CrudCollection):
String, nullable=False, comment="Application Code"
)
application_type: Mapped[str] = mapped_column(String, comment="Application Type")
application_for: Mapped[str] = mapped_column(String, server_default="EMP", comment="Application For")
description: Mapped[str] = mapped_column(String, comment="Application Description")