forked from gzzfw/frontEnd/gzDyh

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