From 5e38906b578004f5a7441329cd25e85e50a29020 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周二, 06 5月 2025 17:37:58 +0800 Subject: [PATCH] 111 --- Weben_CMS专用代码生成器/Weben_CMS_TemplateDemo/web/src/widgets/HIAWms/type/Type.d.ts | 90 ++++++++++++++++++++++---------------------- 1 files changed, 45 insertions(+), 45 deletions(-) diff --git "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/web/src/widgets/HIAWms/type/Type.d.ts" "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/web/src/widgets/HIAWms/type/Type.d.ts" index c7c5b09..7bd5c03 100644 --- "a/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/web/src/widgets/HIAWms/type/Type.d.ts" +++ "b/Weben_CMS\344\270\223\347\224\250\344\273\243\347\240\201\347\224\237\346\210\220\345\231\250/Weben_CMS_TemplateDemo/web/src/widgets/HIAWms/type/Type.d.ts" @@ -1,45 +1,45 @@ -import { Component } from 'vue' - -export interface DataItemType { - id?: string - name?: string - code?: string - description?: string - label?: string - value?: string | number -} - -export interface WmsContainerBaseType { - id?: string - name?: string - code?: string - value?: number - description?: string - options?: Array<DataItemType> - abilityValue?: number | string - data?: DataItemType - defaultValue?: string | number - flow: string -} - -export interface FlowDefinitionType { - id?: string - name?: string - code?: string - description?: string -} - -export type ModuleType = Record< - string, - { - default: Record<string, string> - name: string - } -> - -export interface TabItem { - name: string - label: string - component: Component - hidden?: boolean -} +import { Component } from 'vue' + +export interface DataItemType { + id?: string + name?: string + code?: string + description?: string + label?: string + value?: string | number +} + +export interface WmsMaterialBaseType { + id?: string + name?: string + code?: string + value?: number + description?: string + options?: Array<DataItemType> + abilityValue?: number | string + data?: DataItemType + defaultValue?: string | number + flow: string +} + +export interface FlowDefinitionType { + id?: string + name?: string + code?: string + description?: string +} + +export type ModuleType = Record< + string, + { + default: Record<string, string> + name: string + } +> + +export interface TabItem { + name: string + label: string + component: Component + hidden?: boolean +} -- Gitblit v1.9.3