【feat】添加tcp指令下发

This commit is contained in:
XM-GO
2023-09-27 17:30:11 +08:00
parent 9eff841b81
commit 0dc58c0d18
19 changed files with 481 additions and 83 deletions

View File

@@ -14,6 +14,7 @@ import (
func InitDeviceCmdLogRouter(container *restful.Container) {
s := &api.DeviceCmdLogApi{
DeviceCmdLogApp: services.DeviceCmdLogModelDao,
DeviceApp: services.DeviceModelDao,
}
ws := new(restful.WebService)