using System; namespace com.itac.mes.tools { public class KeyValue { public string key { get; set; } public string value { get; set; } } }