电能质量字典界面
This commit is contained in:
@@ -2,19 +2,6 @@ import type { ReqPage } from '@/api/interface'
|
||||
|
||||
// 被检设备模块
|
||||
export namespace Device {
|
||||
|
||||
// 被检设备列表
|
||||
export interface ResDeviceList {
|
||||
id: string; //被检设备ID
|
||||
deviceName: string; //检测设备名称
|
||||
deviceType: string; //检测设备类型
|
||||
deviceChannels: string;//设备通道数
|
||||
PlanName: string; //所属计划名称
|
||||
deviceUn: string; //设备额定电压
|
||||
deviceIn: string; //设备额定电流
|
||||
deviceCompany: string;//设备厂家
|
||||
deviceModel: string; //设备模式 模拟 数字 比对
|
||||
}
|
||||
|
||||
// 被检设备参数
|
||||
export interface ReqDeviceParams extends ReqPage {
|
||||
@@ -30,7 +17,7 @@ export namespace Device {
|
||||
}
|
||||
|
||||
// 被检设备列表
|
||||
export interface DeviceList {
|
||||
export interface ResDeviceList {
|
||||
id: string; //装置序号ID
|
||||
name: string; //设备名称
|
||||
pattern?: string; //设备模式 模拟 数字 比对
|
||||
|
||||
@@ -100,7 +100,7 @@ export namespace Dict {
|
||||
name: string;//指标名称
|
||||
phase: string;//相别
|
||||
dataType: string;//数据模型(epd、pqd...)
|
||||
otherName?: string | null;//别名(默认与Name相同,主要是为了适配不同数据库里面字段)
|
||||
otherName?: string ;//别名(默认与Name相同,主要是为了适配不同数据库里面字段)
|
||||
showName?:string | null;//显示名称
|
||||
sort:number;//排序
|
||||
type?: string | null;//指标数据类型(整型、浮点型、枚举型这些的)
|
||||
|
||||
Reference in New Issue
Block a user