You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
328 B
18 lines
328 B
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; }
|
|
|
|
}
|
|
}
|