增加部门信息

This commit is contained in:
2020-06-30 21:53:30 +08:00
parent 329a030dc9
commit 0b75c516c6
8 changed files with 68 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
package com.synebula.zeus.query.view
class GroupView {
var id: String? = null
var name = ""
}