using System; using System.Collections.Generic; using System.Text; namespace AntDesign { public class ModalLocale { public string OkText { get; set; } public string CancelText { get; set; } public string JustOkText { get; set; } } }