namespace Lottomat.Application.Entity.LotteryNumberManage.ViewModel { /// /// 三要素 /// public class SystemThreeElementsViewEntity { /// /// 关键字 /// public string Keywords { get; set; } /// /// 描述 /// public string Description { get; set; } } }