using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Domain.ApiFaceEntity { public class RpcData { /// /// 设备序列号 /// public string serialNo { get; set; } /// /// /// public string left { get; set; } } }