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 = {
|
export type Branch = {
|
||||||
|
remark: string;
|
||||||
permitExpireDate: Date;
|
permitExpireDate: Date;
|
||||||
permitIssueDate: Date;
|
permitIssueDate: Date;
|
||||||
permitNo: string;
|
permitNo: string;
|
||||||
|
|
@ -98,6 +99,7 @@ export type BranchCreate = {
|
||||||
lineId: string;
|
lineId: string;
|
||||||
webUrl?: string;
|
webUrl?: string;
|
||||||
virtual: boolean;
|
virtual: boolean;
|
||||||
|
remark: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type BranchUserStats = {
|
export type BranchUserStats = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue