forked from gzzfw/frontEnd/gzDyh

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