improving gdb.Model/gmap

This commit is contained in:
John
2019-09-26 20:01:48 +08:00
parent ef4e128af7
commit c85162a8a0
19 changed files with 229 additions and 241 deletions

View File

@ -43,6 +43,8 @@ type Model struct {
const (
gLINK_TYPE_MASTER = 1 // 主节点类型
gLINK_TYPE_SLAVE = 2 // 从节点类型
OPTION_OMITEMPTY = 1 << iota
OPTION_ALLOWEMPTY
)
// 链式操作,数据表字段,可支持多个表,以半角逗号连接