forked from gzzfw/frontEnd/gzDyh

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