/** * 日期分割标度 * * @export * @interface DateSplitItem */ export interface DateSplitItem { year: string; month: string; week: string; day: string; date: string; }