diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java index 02c5e1d..fbc64ab 100644 --- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java +++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormFill.java @@ -162,6 +162,18 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String studyMc; + /** 试验类型1试验,5非试验表单,10麻精药表单 */ + @TableField(exist = false) + private Integer studyType; + + public Integer getStudyType() { + return studyType; + } + + public void setStudyType(Integer studyType) { + this.studyType = studyType; + } + public String getJcbList() { return jcbList; } diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml index c054ab7..c46f24e 100644 --- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml +++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormFillMapper.xml @@ -19,7 +19,7 @@