You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dc8a862255
使得: func (obj *_SymbolMgr) GetTableName() string { return "symbol" } 变成: func (obj *_SymbolMgr) GetTableName() string { return "tableprefix.symbol" } 并在源头确定表名:tableprefix.symbol. 即真正执行mysql语句的时候,会按照tableprefix.symbol这个表名去执行。 |
4 years ago | |
---|---|---|
.. | ||
cnf | 4 years ago | |
generate | 5 years ago | |
genfunc | 4 years ago | |
genstruct | 4 years ago | |
gtools | 4 years ago | |
model | 4 years ago |