Files

10 lines
200 B
Go
Raw Permalink Normal View History

2026-08-03 14:47:11 +08:00
package models
import "git.apinb.com/bsm-sdk/core/database"
func init() {
database.AppendMigrate(&IotCommand{})
database.AppendMigrate(&IotOutbox{})
database.AppendMigrate(&IotDeviceMessage{})
}