|
|
@@ -1,5 +1,7 @@
|
|
|
package cn.tr.module.smart.common.po;
|
|
|
|
|
|
+import cn.tr.module.smart.app.config.ContentListType;
|
|
|
+import cn.tr.module.smart.app.config.QuestionListType;
|
|
|
import cn.tr.module.smart.common.entity.BizQuestionEntity;
|
|
|
import cn.tr.module.smart.common.entity.BizWxAppletQuestionAnswerEntity;
|
|
|
import cn.tr.plugin.mybatis.config.handler.JsonbTypeHandler;
|
|
|
@@ -31,12 +33,12 @@ public class BizQuestionAnswerPO extends TenantPO {
|
|
|
|
|
|
/** 回答的内容 */
|
|
|
@ApiModelProperty(value = "回答的内容", position = 2)
|
|
|
- @TableField(typeHandler = JsonbTypeHandler.class)
|
|
|
+ @TableField(typeHandler = ContentListType.class)
|
|
|
private List<BizWxAppletQuestionAnswerEntity> content;
|
|
|
|
|
|
/** 问卷问题 */
|
|
|
@ApiModelProperty(value = "问卷问题", position = 3)
|
|
|
- @TableField(typeHandler = JsonbTypeHandler.class)
|
|
|
+ @TableField(typeHandler = QuestionListType.class)
|
|
|
private List<BizQuestionEntity> question;
|
|
|
|
|
|
/** 手术id */
|