mirror of
https://github.com/yaobiao131/downkyicore.git
synced 2025-08-10 00:52:31 +00:00
8 lines
145 B
C#
8 lines
145 B
C#
namespace DownKyi.Core.Settings;
|
|
|
|
public enum OrderFormat
|
|
{
|
|
NOT_SET = 0,
|
|
NATURAL, // 自然数
|
|
LEADING_ZEROS, // 前导零填充
|
|
} |