批量修改变量的表达式

This commit is contained in:
iioter 2023-05-21 21:54:08 +08:00
parent c73257d18a
commit 1393c3106b
2 changed files with 2 additions and 2 deletions

View File

@ -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 = "设备别名")]

View File

@ -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>