Add tag description.

This commit is contained in:
2025-05-24 20:38:05 +08:00
parent 73815560b4
commit c55dc709e0
8 changed files with 231 additions and 20 deletions

View File

@@ -30,6 +30,7 @@ export interface PageResponse<T> {
export interface Tag {
id: number;
name: string;
description: string;
}
export interface CreateResourceParams {