forked from gzzfw/frontEnd/gzDyh

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