forked from gzzfw/frontEnd/gzDyh

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