Files
aggregate_translate_server/app/other/service/dto/sys_tables.go

7 lines
247 B
Go
Raw Normal View History

2025-06-29 00:36:30 +08:00
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"`
}