|
@ -13,7 +13,7 @@ public class WlyySurveyTemplateOptionVO extends UuidIdentityVO {
|
|
|
@ApiModelProperty(value = "模板编码", example = "模块1")
|
|
|
private String templateCode;//模板编码',
|
|
|
@ApiModelProperty(value = "模板问题编码", example = "模块1")
|
|
|
private String templateQuestionCode;//模板问题编码',
|
|
|
private String questionCode;//模板问题编码',
|
|
|
@ApiModelProperty(value = "选项内容", example = "模块1")
|
|
|
private String content;//选项内容',
|
|
|
@ApiModelProperty(value = "选项说明是否必填(0否 1是)", example = "模块1")
|
|
@ -37,12 +37,12 @@ public class WlyySurveyTemplateOptionVO extends UuidIdentityVO {
|
|
|
this.templateCode = templateCode;
|
|
|
}
|
|
|
|
|
|
public String getTemplateQuestionCode() {
|
|
|
return templateQuestionCode;
|
|
|
public String getQuestionCode() {
|
|
|
return questionCode;
|
|
|
}
|
|
|
|
|
|
public void setTemplateQuestionCode(String templateQuestionCode) {
|
|
|
this.templateQuestionCode = templateQuestionCode;
|
|
|
public void setQuestionCode(String questionCode) {
|
|
|
this.questionCode = questionCode;
|
|
|
}
|
|
|
|
|
|
public String getContent() {
|