go-common/app/admin/openplatform/sug/dao/mysql_test.go

20 lines
207 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package dao
import "testing"
func TestDao_GetItem(t *testing.T) {
}
func TestDao_GetMatchType(t *testing.T) {
}
func TestDao_InsertMatch(t *testing.T) {
}
func TestDao_UpdateMatch(t *testing.T) {
}