record.go 149 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 package dto import "apigame/util/utdto" func SaveRecord(gameId string, data IDtoData) { utdto.Insert(DbCommon, data, data.GetTableName(gameId)) }