using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace POSV.Proxy.GuoPan.Entity { public class ConfirmReception { public string status { get; set; } public string info { get; set; } public string server_timestamp { get; set; } public string server_time { get; set; } public string server_name{ get; set; } } }