Updata:增加字段

This commit is contained in:
jiaji.H 2026-03-11 17:24:15 +08:00
parent 5bba22d18a
commit 23b996bfd5
3 changed files with 657 additions and 646 deletions

View File

@ -64,6 +64,7 @@ func GetQuestionnaireSurveyList(req *bundle.GetQuestionnaireSurveyListRequest) (
return &bundle.SurveyListInfo{
UserName: m.UserName,
UserTel: m.UserTel,
UserNum: m.UserNum,
SurveyTitle: m.SurveyTitle,
SurveyStatus: int32(m.SurveyStatus),
SurveyUrl: m.SurveyUrl,

View File

@ -2454,9 +2454,10 @@ message GetQuestionnaireSurveyListRequest{
message SurveyListInfo{
string userName = 1;
string userTel = 2;
string surveyTitle = 3;
int32 surveyStatus = 4;
string surveyUrl = 5;
string userNum = 3;
string surveyTitle = 4;
int32 surveyStatus = 5;
string surveyUrl = 6;
}
message GetQuestionnaireSurveyListResponse{

File diff suppressed because it is too large Load Diff