12 lines
335 B
C#
12 lines
335 B
C#
|
namespace TsSFCDeivceClient.Model.DeviceWarrantyRequest
|
|||
|
{
|
|||
|
public class DeviceInfo
|
|||
|
{
|
|||
|
public int AutoID { get; set; }
|
|||
|
public string EquipmentID { get; set; }
|
|||
|
public string EquipmentName { get; set; }
|
|||
|
public string Remarks { get; set; }
|
|||
|
public string Specification { get; set; }
|
|||
|
}
|
|||
|
}
|