mirror of
https://gitee.com/iioter/iotgateway.git
synced 2024-11-29 18:28:09 +08:00
批量修改变量的表达式
This commit is contained in:
parent
c73257d18a
commit
1393c3106b
@ -56,7 +56,7 @@ namespace IoTGateway.ViewModel.BasicData.DeviceVariableVMs
|
||||
[Display(Name = "大小端")]
|
||||
public EndianEnum? EndianType { get; set; }
|
||||
[Display(Name = "表达式")]
|
||||
public string Expression { get; set; }
|
||||
public string Expressions { get; set; }
|
||||
[Display(Name = "权限")]
|
||||
public ProtectTypeEnum? ProtectType { get; set; }
|
||||
[Display(Name = "设备别名")]
|
||||
|
@ -8,7 +8,7 @@
|
||||
<wt:textbox field="LinkedVM.DeviceAddress" />
|
||||
<wt:combobox field="LinkedVM.DataType" />
|
||||
<wt:combobox field="LinkedVM.EndianType" />
|
||||
<wt:textbox field="LinkedVM.Expression" />
|
||||
<wt:textbox field="LinkedVM.Expressions" />
|
||||
<wt:combobox field="LinkedVM.ProtectType" />
|
||||
<wt:textbox field="LinkedVM.Alias" />
|
||||
</wt:row>
|
||||
|
Loading…
Reference in New Issue
Block a user