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