forked from gzzfw/frontEnd/gzDyh

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