common.go 530 B

123456789101112131415161718192021222324252627282930
  1. package model
  2. const (
  3. RepeatedPrompts = "编码不能重复,请重新填写!"
  4. GatewayHasRelation = "该网关存在关联设备,请先移除设备!"
  5. RepeatedName = "列表中存在重名,请更改灯杆分组名称!"
  6. )
  7. type AlarmTerminal struct {
  8. }
  9. type CaptureUnit struct {
  10. }
  11. type Gateway struct {
  12. }
  13. type IpBroadcast struct {
  14. }
  15. type LightControl struct {
  16. }
  17. type Sensor struct {
  18. }
  19. type Zigbee struct {
  20. }
  21. type OptoSensor struct {
  22. }
  23. type Camera struct {
  24. }
  25. type SwitchBox struct {
  26. }
  27. type InfoBoard struct {
  28. }