refactor: input fields (branch, user)
This commit is contained in:
parent
0570956850
commit
8a745fefa8
4 changed files with 23 additions and 3 deletions
|
|
@ -192,6 +192,10 @@ model Branch {
|
|||
nameEN String
|
||||
telephoneNo String
|
||||
|
||||
permitNo String
|
||||
permitIssueDate DateTime @db.Date
|
||||
permitExpireDate DateTime @db.Date
|
||||
|
||||
address String
|
||||
addressEN String
|
||||
|
||||
|
|
@ -340,9 +344,9 @@ model User {
|
|||
userType UserType
|
||||
userRole String
|
||||
|
||||
// citizenId String?
|
||||
// citizenIssue DateTime? @db.Date
|
||||
// citizenExpire DateTime? @db.Date
|
||||
citizenId String
|
||||
citizenIssue DateTime @db.Date
|
||||
citizenExpire DateTime? @db.Date
|
||||
|
||||
discountCondition String?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue