refactor: add type remark
This commit is contained in:
parent
8695c90110
commit
e606f1958e
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ export type BankBook = {
|
|||
};
|
||||
|
||||
export type Branch = {
|
||||
remark: string;
|
||||
permitExpireDate: Date;
|
||||
permitIssueDate: Date;
|
||||
permitNo: string;
|
||||
|
|
@ -98,6 +99,7 @@ export type BranchCreate = {
|
|||
lineId: string;
|
||||
webUrl?: string;
|
||||
virtual: boolean;
|
||||
remark: string;
|
||||
};
|
||||
|
||||
export type BranchUserStats = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue