using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace POSV.Proxy.GuoPan.Entity { public class GetOrderRequest { public string id { get; set; } } }