|
@@ -4,6 +4,7 @@ using System;
|
|
|
using System.Collections.Generic;
|
|
|
using System.Linq;
|
|
|
using System.Text;
|
|
|
+using System.Text.Json.Serialization;
|
|
|
using System.Threading.Tasks;
|
|
|
using XF.Utility.EnumExtensions;
|
|
|
|
|
@@ -47,6 +48,7 @@ public class SnapshotRedPackRecordSendOutDto
|
|
|
/// <summary>
|
|
|
/// OpenId
|
|
|
/// </summary>
|
|
|
+ [JsonPropertyName("wXOpenId")]
|
|
|
public string WXOpenId { get; set; }
|
|
|
|
|
|
/// <summary>
|