mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
style: 优化 javadoc 注释。
This commit is contained in:
parent
862a6bab35
commit
54657a14ee
@ -28,17 +28,17 @@ import java.lang.annotation.*;
|
|||||||
public @interface Condition {
|
public @interface Condition {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 列名
|
* 列名。
|
||||||
*/
|
*/
|
||||||
String column();
|
String column();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 逻辑值,> , >= , = , IS NULL, IS NOT NULL 等
|
* 逻辑值,> , >= , = , IS NULL, IS NOT NULL 等。
|
||||||
*/
|
*/
|
||||||
String logic() default " = ";
|
String logic() default " = ";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 值
|
* 值。
|
||||||
*/
|
*/
|
||||||
String[] value() default {};
|
String[] value() default {};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user