3
This commit is contained in:
parent
c85f3895ab
commit
e68166bc6a
@ -86,5 +86,15 @@ namespace DOAN.Model.Business
|
||||
|
||||
public string DeviceName { get; set; }
|
||||
|
||||
public string Workshop { get; set; }
|
||||
|
||||
public string Workline { get; set; }
|
||||
|
||||
public int? Status { get; set; }
|
||||
|
||||
public string DeviceSpecification { get; set; }
|
||||
|
||||
public string ResponsiblePerson { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
@ -120,7 +120,12 @@ namespace DOAN.Service.Business
|
||||
{
|
||||
Id = uniqueValue.Id,
|
||||
DeviceCode = uniqueValue.UniqueValue,
|
||||
DeviceName = dictionary.DeviceName
|
||||
DeviceName = dictionary.DeviceName,
|
||||
Workshop = dictionary.Workshop,
|
||||
Workline = dictionary.Workline,
|
||||
Status = dictionary.Status,
|
||||
DeviceSpecification = dictionary.DeviceSpecification,
|
||||
ResponsiblePerson = dictionary.ResponsiblePerson
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user