2025-12-17 10:32:52 +08:00
|
|
|
|
using Furion.ConfigurableOptions;
|
|
|
|
|
|
using Yitter.IdGenerator;
|
|
|
|
|
|
|
2025-12-17 11:12:13 +08:00
|
|
|
|
namespace YD_Event.Core.Options;
|
2025-12-17 10:32:52 +08:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// 雪花id配置
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public sealed class SnowIdOptions : IdGeneratorOptions, IConfigurableOptions
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
}
|