forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-15 49bb5b44654b325d5da87cd6491cb8f93f6121aa
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}