mirror of
https://github.com/real-zony/ZonyLrcToolsX.git
synced 2025-07-03 22:00:42 +00:00
7 lines
174 B
C#
7 lines
174 B
C#
namespace ZonyLrcTools.Cli.Infrastructure.Lyric.NetEase.JsonModel
|
|
{
|
|
public static class SongSearchResponseStatusCode
|
|
{
|
|
public const int Success = 200;
|
|
}
|
|
} |