using System; using System.Collections.Generic; using System.Text; namespace SlnMesnac.Model.domain { public class WebReturnPara { public string Deviceid { get; set; } public string Para { get; set; } } }