using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayAssetPointPointprodBudgetlibQueryModel Data Structure. /// [Serializable] public class AlipayAssetPointPointprodBudgetlibQueryModel : AopObject { /// /// 预算库编码 /// [XmlElement("budget_code")] public string BudgetCode { get; set; } } }