feat: the last commit of year

This commit is contained in:
2023-12-31 20:53:51 +07:00
parent b1d2496f8e
commit 56fab1dda6
28 changed files with 277 additions and 227 deletions

View File

@@ -34,7 +34,7 @@ export interface WidgetGroupItem {
}
export interface IColumn {
id?: string;
id?: number;
kind: number;
title: string;
content: string;