修复group问题,增加系统资源
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
package com.synebula.zeus.query.view
|
||||
|
||||
import com.synebula.gaea.query.annotation.Table
|
||||
import com.synebula.gaea.query.annotation.Where
|
||||
import com.synebula.gaea.query.type.Operator
|
||||
|
||||
@Table("group")
|
||||
class GroupView {
|
||||
var id: String? = null
|
||||
|
||||
@Where(Operator.like)
|
||||
var name = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user