【代码优化】IOT: ThingModel 优化

This commit is contained in:
puhui999
2024-12-23 10:13:14 +08:00
parent b6d3a85a8b
commit d5f3d4006a
12 changed files with 62 additions and 63 deletions

View File

@@ -0,0 +1,5 @@
import ThingModelEnumTypeDataSpecs from './ThingModelEnumTypeDataSpecs.vue'
import ThingModelNumberTypeDataSpecs from './ThingModelNumberTypeDataSpecs.vue'
import ThingModelArrayTypeDataSpecs from './ThingModelArrayTypeDataSpecs.vue'
export { ThingModelEnumTypeDataSpecs, ThingModelNumberTypeDataSpecs, ThingModelArrayTypeDataSpecs }