mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-21 08:39:48 +08:00
11 lines
375 B
C#
11 lines
375 B
C#
using BetterGenshinImpact.GameTask.AutoDomain;
|
|
using BetterGenshinImpact.Service.Notification.Model.Base;
|
|
using BetterGenshinImpact.Service.Notification.Model.Enum;
|
|
using System.Text.Json.Serialization;
|
|
|
|
namespace BetterGenshinImpact.Service.Notification.Model;
|
|
|
|
public class DomainNotificationData : BaseNotificationData
|
|
{
|
|
public AutoDomainParam? Domain { get; set; }
|
|
} |