优化问卷题目池新增编辑接口

master
xiaochanghai 1 month ago
parent 9594d51a7f
commit 497c3256f3
  1. 3
      Tiobon.Core.Services/Ghre/Ghre_SurveyQuestionPoolServices.cs

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

Loading…
Cancel
Save