go-common/app/admin/openplatform/sug/dao/mysql_test.go
2019-04-22 18:49:16 +08:00

20 lines
207 B
Go

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) {
}