forked from gzzfw/frontEnd/gzDyh

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