|
|
@ -218,6 +218,7 @@ public class Ghre_SurveyQuestionPoolServices : BaseServices<Ghre_SurveyQuestionP |
|
|
|
{ |
|
|
|
{ |
|
|
|
OptionNo = x.OptionNo, |
|
|
|
OptionNo = x.OptionNo, |
|
|
|
OptionContent = x.OptionContent, |
|
|
|
OptionContent = x.OptionContent, |
|
|
|
|
|
|
|
IsOther = x.IsOther, |
|
|
|
ImageUrl = x.ImageUrl, |
|
|
|
ImageUrl = x.ImageUrl, |
|
|
|
ImageWidthPc = x.ImageWidthPc, |
|
|
|
ImageWidthPc = x.ImageWidthPc, |
|
|
|
ImageWidthApp = x.ImageWidthApp, |
|
|
|
ImageWidthApp = x.ImageWidthApp, |
|
|
@ -259,6 +260,7 @@ public class Ghre_SurveyQuestionPoolServices : BaseServices<Ghre_SurveyQuestionP |
|
|
|
OptionNo = x.OptionNo, |
|
|
|
OptionNo = x.OptionNo, |
|
|
|
OptionContent = x.OptionContent, |
|
|
|
OptionContent = x.OptionContent, |
|
|
|
Score = x.Score, |
|
|
|
Score = x.Score, |
|
|
|
|
|
|
|
IsOther = x.IsOther, |
|
|
|
ImageUrl = x.ImageUrl, |
|
|
|
ImageUrl = x.ImageUrl, |
|
|
|
ImageWidthPc = x.ImageWidthPc, |
|
|
|
ImageWidthPc = x.ImageWidthPc, |
|
|
|
ImageWidthApp = x.ImageWidthApp, |
|
|
|
ImageWidthApp = x.ImageWidthApp, |
|
|
@ -328,6 +330,7 @@ public class Ghre_SurveyQuestionPoolServices : BaseServices<Ghre_SurveyQuestionP |
|
|
|
OptionNo = x.OptionNo, |
|
|
|
OptionNo = x.OptionNo, |
|
|
|
OptionContent = x.OptionContent, |
|
|
|
OptionContent = x.OptionContent, |
|
|
|
Score = x.Score, |
|
|
|
Score = x.Score, |
|
|
|
|
|
|
|
IsOther = x.IsOther, |
|
|
|
ImageUrl = x.ImageUrl, |
|
|
|
ImageUrl = x.ImageUrl, |
|
|
|
ImageWidthPc = x.ImageWidthPc, |
|
|
|
ImageWidthPc = x.ImageWidthPc, |
|
|
|
ImageWidthApp = x.ImageWidthApp, |
|
|
|
ImageWidthApp = x.ImageWidthApp, |
|
|
|