package test import ( "kpt.xdmy/apiserver/routers/restful" ) func DataUpdate() { // s.PartUpdate() s.PartInsert() } func RepertoryUpdate() { s.RepertoryUpdate() } func EasBatch() { s.EasBatch() } func Sqlx() { restful.Sqlx() } func Xorm() { s.Xorm() }