增加电量报警模块
但是只是一部分功能
This commit is contained in:
@@ -383,6 +383,11 @@ namespace Domain
|
||||
public virtual string FCS_MenCi_Close { get; set; }
|
||||
public virtual string FCS_MenCi_Open { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 门锁电量
|
||||
/// </summary>
|
||||
public virtual string FCS_MenSuo_DianLiang { get; set; }
|
||||
|
||||
|
||||
public virtual bool IsUseSkyworthTV
|
||||
{
|
||||
|
||||
@@ -64,6 +64,7 @@
|
||||
<property name="FCS_RCU_Online" column="FCS_RCU_Online" type="string" />
|
||||
<property name="FCS_MenCi_Close" column="FCS_MenCi_Close" type="string" />
|
||||
<property name="FCS_MenCi_Open" column="FCS_MenCi_Open" type="string" />
|
||||
<property name="FCS_MenSuo_DianLiang" column="FCS_MenSuo_DianLiang" type="string" />
|
||||
|
||||
|
||||
<property name="IsUseSkyworthTV" column="IsUseSkyworthTV" type="bool" />
|
||||
|
||||
Reference in New Issue
Block a user