mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
batch create nonexistent transaction tags when import transaction
This commit is contained in:
@@ -47,6 +47,11 @@ export interface TransactionTagCreateRequest {
|
||||
readonly name: string;
|
||||
}
|
||||
|
||||
export interface TransactionTagCreateBatchRequest {
|
||||
readonly tags: TransactionTagCreateRequest[];
|
||||
readonly skipExists: boolean;
|
||||
}
|
||||
|
||||
export interface TransactionTagModifyRequest {
|
||||
readonly id: string;
|
||||
readonly name: string;
|
||||
|
||||
Reference in New Issue
Block a user