初始提交
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// AlipayEcoEduCampusJobCancelModel Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class AlipayEcoEduCampusJobCancelModel : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 职位来源方编码
|
||||
/// </summary>
|
||||
[JsonProperty("source_code")]
|
||||
public string SourceCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 职位在合作方的ID
|
||||
/// </summary>
|
||||
[JsonProperty("source_id")]
|
||||
public string SourceId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user