forked from gzzfw/frontEnd/gzDyh

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