using Entity.Sugar;


namespace Entity.ViewModels
{
    public class View_SAL_Survey : SETB_SAL_Survey
    {

        public string SurveyTypeName { get; set; }

        public string CategoryName { get; set; }

        public string AnswerTypeName { get; set; }
        
        public int OrderCount { get; set; }

    }
}