Annotation Type Apply


public @interface Apply
映射表条件 用法参考 mybatis plus wrapper 的 .apply()方法
Since:
1.2.0
Author:
yulichang
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    sql片段
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    .apply() 对应的可变参数
  • Element Details

    • value

      String value
      sql片段
    • args

      String[] args
      .apply() 对应的可变参数
      Default:
      {}