using System; using System.Collections.Generic; using System.Text; namespace AntDesign { public class TextLocale { public string Edit { get; set; } public string Copy { get; set; } public string Copied { get; set; } public string Expand { get; set; } } }