批注接口 UseCRUDApi


@Target(TYPE) @Retention(RUNTIME) public @interface UseCRUDApi
此注解需标注在 实体类上

若标注此注解的实体类将 可以 通过 CRUDModule 通用的 api 进行操作

版本:
1.7.7
作者:
scx567888
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    boolean
    save
    boolean
    batchDelete
    boolean
    checkUnique
    boolean
    delete
    boolean
    info
    boolean
    list
    boolean
    update
  • 元素详细资料

    • list

      boolean list
      list
      返回:
      a boolean
      默认值:
      true
    • info

      boolean info
      info
      返回:
      a boolean
      默认值:
      true
    • add

      boolean add
      save
      返回:
      a boolean
      默认值:
      true
    • update

      boolean update
      update
      返回:
      a boolean
      默认值:
      true
    • delete

      boolean delete
      delete
      返回:
      a boolean
      默认值:
      true
    • batchDelete

      boolean batchDelete
      batchDelete
      返回:
      a boolean
      默认值:
      true
    • checkUnique

      boolean checkUnique
      checkUnique
      返回:
      a boolean
      默认值:
      true