using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayOpenLotteryRegionGetModel Data Structure. /// [Serializable] public class AlipayOpenLotteryRegionGetModel : AopObject { /// /// 环境 /// [XmlElement("env")] public string Env { get; set; } } }