忽略dll文件git
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEbppProdmodeReconconfQueryModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEbppProdmodeReconconfQueryModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 缴费业务类型
|
||||
/// </summary>
|
||||
[JsonProperty("biz_type")]
|
||||
public string BizType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 销账机构编码
|
||||
/// </summary>
|
||||
[JsonProperty("chargeoff_code")]
|
||||
public string ChargeoffCode { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user