注释类型 DateTime


@Retention(RUNTIME) @Target({FIELD,METHOD,PARAMETER}) public @interface DateTime
  • 元素详细资料

    • min

      String min
      默认值:
      "1970-01-01 00:00:00"
    • max

      String max
      默认值:
      "2099-12-31 23:59:59"
    • format

      String format
      默认值:
      "yyyy-MM-dd HH:mm:ss"