feat(property): 添加灯控开关功能
This commit is contained in:
@@ -14,7 +14,7 @@ export interface LightInfoVO {
|
||||
/**
|
||||
* 开关状态(0:关,1:开)
|
||||
*/
|
||||
isOn: number;
|
||||
isOn: boolean;
|
||||
|
||||
/**
|
||||
* 灯控模块编码
|
||||
@@ -62,7 +62,7 @@ export interface LightInfoForm extends BaseEntity {
|
||||
/**
|
||||
* 开关状态(0:关,1:开)
|
||||
*/
|
||||
isOn?: number;
|
||||
isOn: boolean;
|
||||
|
||||
/**
|
||||
* 灯控模块编码
|
||||
|
Reference in New Issue
Block a user