forked from gzzfw/frontEnd/gzDyh

dminyi
2024-08-30 c4b3b160a1baa5181ca77dd43fc5c5c2bd3cf252
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}