mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-04-03 11:05:16 +08:00
9 lines
308 B
C#
9 lines
308 B
C#
namespace BetterGenshinImpact.Service.Notification.Model.Base;
|
|
|
|
// TODO: 需要制定标准 (currently not referenced)
|
|
public class DomainDetails
|
|
{
|
|
public string DomainName { get; set; } = string.Empty;
|
|
public int RunCount { get; set; }
|
|
public string RewardStatus { get; set; } = string.Empty;
|
|
} |