Commit 40ddb63f authored by 胡小根's avatar 胡小根

fix styleguide error

parent a08fe20b
...@@ -83,19 +83,12 @@ ...@@ -83,19 +83,12 @@
}, },
/** /**
* 搜索过滤选项。默认没有过滤功能。完整的示例为: * 搜索过滤选项。默认没有过滤功能。完整的示例为:
*
* { * {
*
* "column1": { * "column1": {
*
* like: '%abc%', 模糊查询,包含字符”abc” * like: '%abc%', 模糊查询,包含字符”abc”
*
* notLike: '' 模糊查询,不包含字符 * notLike: '' 模糊查询,不包含字符
*
* between: [1, 10], 取值在[1,10]之间,包含1与10 * between: [1, 10], 取值在[1,10]之间,包含1与10
*
* notBetween: [1, 10], 取值小于1大于10 * notBetween: [1, 10], 取值小于1大于10
*
* isNull: true, // 只能为true 判断字段是否为空 * isNull: true, // 只能为true 判断字段是否为空
* isNotNull: true, // 只能为true 判断字段是否不为空 * isNotNull: true, // 只能为true 判断字段是否不为空
* equalTo: "abc", 相等于 * equalTo: "abc", 相等于
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment