Updata:增加字段
This commit is contained in:
parent
5bba22d18a
commit
23b996bfd5
@ -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,
|
||||
|
||||
@ -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
Loading…
Reference in New Issue
Block a user