odc.xiaohui
2023-04-07 397f66b39c34ed63700c680dfe3ba6d7d7814e49
1
2
3
4
5
6
export interface Day {
    date: Date;
    type: string;
    text: number;
    bottomInfo?: string;
}