namespace Mesnac.Action.ChemicalWeighing.LjDevice { public class DeviceModel { public int ID { get; set; } public string Name { get; set; } } }