using System; using System.Collections.Generic; using System.Text; namespace Dfs.WayneChina.SpsDataCourier { public class SendResult { public bool Success { get; set; } public int Code { get; set; } } }