forked from gzzfw/frontEnd/gzDyh

liuwh
2024-09-10 b6944bfda25eb9a6935d137792de7e9096e453b2
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}