using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CRM.Core.DTO.Hg { public class QualityNoticeOption { public int id { get; set; } public int eid { get; set; } public string opinion { get; set; } public string NoticeLevel { get; set; } } }