1\
This commit is contained in:
6
app/other/service/dto/sys_tables.go
Normal file
6
app/other/service/dto/sys_tables.go
Normal file
@ -0,0 +1,6 @@
|
||||
package dto
|
||||
|
||||
type SysTableSearch struct {
|
||||
TBName string `form:"tableName" search:"type:exact;column:table_name;table:table_name"`
|
||||
TableComment string `form:"tableComment" search:"type:icontains;column:table_comment;table:table_comment"`
|
||||
}
|
||||
Reference in New Issue
Block a user