Versions in this module Expand all Collapse all v0 v0.0.1 Jul 6, 2019 Changes in this version + type TestTable struct + Id int64 + Password string + UpdateTime time.Time + Username string + type TestTableCallProxy gobatis.Session + func New(proxyMrg *gobatis.SessionManager) *TestTableCallProxy + func (proxy *TestTableCallProxy) DeleteTestTable(model TestTable) int64 + func (proxy *TestTableCallProxy) InsertTestTable(model TestTable) (int64, int64) + func (proxy *TestTableCallProxy) SelectTestTable(model TestTable) []TestTable + func (proxy *TestTableCallProxy) SelectTestTableCount(model TestTable) int64 + func (proxy *TestTableCallProxy) Tx(txFunc func(s *TestTableCallProxy) bool) + func (proxy *TestTableCallProxy) UpdateTestTable(model TestTable) int64