增加用户模糊查询功能

This commit is contained in:
2020-05-25 00:09:20 +08:00
parent 9dce935854
commit 378f6dcb19

View File

@@ -1,5 +1,8 @@
package com.synebula.zeus.query.view
import com.synebula.gaea.query.Operator
import com.synebula.gaea.query.Where
class UserView {
var id: String = ""
@@ -7,6 +10,7 @@ class UserView {
var password: String = ""
@Where(Operator.like)
var realName: String? = null
var phone: String? = null