mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-14 08:18:34 +00:00
【代码优化】IOT: ThingModel 优化
This commit is contained in:
5
src/views/iot/thingmodel/dataSpecs/index.ts
Normal file
5
src/views/iot/thingmodel/dataSpecs/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import ThingModelEnumTypeDataSpecs from './ThingModelEnumTypeDataSpecs.vue'
|
||||
import ThingModelNumberTypeDataSpecs from './ThingModelNumberTypeDataSpecs.vue'
|
||||
import ThingModelArrayTypeDataSpecs from './ThingModelArrayTypeDataSpecs.vue'
|
||||
|
||||
export { ThingModelEnumTypeDataSpecs, ThingModelNumberTypeDataSpecs, ThingModelArrayTypeDataSpecs }
|
||||
Reference in New Issue
Block a user