forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-04 27fb65ba5c31fbbad4c17166a72901d8db80ae03
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}