updated Bank service routine email sender and wag managment application page completed
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user