forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-13 16d22b5c055e6221c5a9d8a1904f52264a3dcfcb
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}