2
This commit is contained in:
parent
ed8d265776
commit
c85f3895ab
@ -82,8 +82,9 @@ namespace DOAN.Model.Business
|
||||
public class UniqueValueQueryDto
|
||||
{
|
||||
public long Id { get; set; }
|
||||
public string Value { get; set; }
|
||||
public string DeviceCode { get; set; }
|
||||
|
||||
public string DeviceName { get; set; }
|
||||
|
||||
public string Name { get; set; }
|
||||
}
|
||||
}
|
||||
@ -119,8 +119,8 @@ namespace DOAN.Service.Business
|
||||
result.Add(new UniqueValueQueryDto
|
||||
{
|
||||
Id = uniqueValue.Id,
|
||||
Value = uniqueValue.UniqueValue,
|
||||
Name = dictionary.DeviceName
|
||||
DeviceCode = uniqueValue.UniqueValue,
|
||||
DeviceName = dictionary.DeviceName
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user