初始提交
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Alipay.AopSdk.Core.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// Scene Data Structure.
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class Scene : AopObject
|
||||
{
|
||||
/// <summary>
|
||||
/// 场景Id,最长32位,英文字母、数字以及下划线,开发者自定义
|
||||
/// </summary>
|
||||
[JsonProperty("scene_id")]
|
||||
public string SceneId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user