初始提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEcoCplifeCommunityDetailsQueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEcoCplifeCommunityDetailsQueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 支付宝社区小区统一编号,必须在物业账号名下存在。
|
||||
/// </summary>
|
||||
[JsonProperty("community_id")]
|
||||
public string CommunityId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user