Annotation Interface QueryCondition


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface QueryCondition
查询条件-加在condition的属性之上
  • 元素详细资料

    • type

      查询类型
      返回:
      默认值:
      EQ
    • column

      String column
      对应列
      返回:
      默认值:
      ""
    • canBeEmpty

      boolean canBeEmpty
      是否可为空
      返回:
      默认值:
      true
    • messageForEmpty

      String messageForEmpty
      当为空时的提示信息
      返回:
      默认值:
      ""