UNIVPLMDataIntegration/GoView/src/components/GoSystemSet/index.d.ts
2025-03-10 09:23:27 +08:00

13 lines
204 B
TypeScript

export type ListType = {
key: any
type: string
name: string
desc: string
value: any
suffix?: string
step?: number
min?: number
tip?: string
options?: { label: string; value: any }[]
}