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