@@ -484,6 +484,7 @@ public class RedPackApplication : IRedPackApplication, IScopeDependency
.WhereIF(dto.BeginCreationTime.HasValue && dto.EndCreationTime.HasValue, m => m.CreationTime >= dto.BeginCreationTime && m.CreationTime <= dto.EndCreationTime)
.Select(m => new SnapshotRedPackRecordSendOutDto
{
+ OrderId = m.OrderId,
UserType = m.PeopleType
}, true);
return query;
@@ -19,6 +19,11 @@ public class SnapshotRedPackRecordSendOutDto
/// </summary>
public string Id { get; set; }
+ /// <summary>
+ /// 工单Id
+ /// </summary>
+ public string OrderId { get; set; }
+
/// <summary>
/// No