Files

6 lines
81 B
Go
Raw Permalink Normal View History

2020-04-26 11:01:26 +08:00
package entity
type TableMessage struct {
TableName string //数据库表名
}