package itemGoodsSkuPrice import ( "github.com/towgo/towgo/dao/ormDriver/xormDriver" "github.com/towgo/towgo/towgo" ) func init() { xormDriver.Sync2(new(ItemGoodsSkuPrice)) towgo.NewCRUDJsonrpcAPI("/itemGoodsSkuPrice", ItemGoodsSkuPrice{}, []ItemGoodsSkuPrice{}).RegAPI() }