forked from gzzfw/frontEnd/gzDyh

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