mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 17:18:06 +08:00
add some
This commit is contained in:
parent
0e5ac9d741
commit
55edf2ec3a
@ -17,6 +17,12 @@ type Table struct {
|
||||
list string `name:"list group_uid uid auto" role:"void"`
|
||||
}
|
||||
|
||||
func NewTables(group, userGroup gonganxitong.Tabler) Tables {
|
||||
return Tables{Tables: gonganxitong.NewTables(group, userGroup, company{})}
|
||||
}
|
||||
func NewTable(group, userGroup gonganxitong.Tabler) Table {
|
||||
return Table{Table: gonganxitong.NewTable(group, userGroup, company{})}
|
||||
}
|
||||
func (s Table) Inputs(m *ice.Message, arg ...string) {
|
||||
switch arg[0] {
|
||||
case model.GROUP_TYPE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user