interface ClassCommonConfig {
  lang: string
  [props: string]: any
}

type YMDH = 'year' | 'month' | 'day' | 'hour'
