namespace AntDesign { public static class TransferDirection { public const string Left = "left"; public const string Right = "right"; } }