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 becfbe4..68217a9 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 @@ -166,6 +166,10 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String templateShowDy; + /** 打印模板 */ + @TableField(exist = false) + private String templateDymb; + /** 仅提交:1否;10是 */ @TableField(exist = false) private Integer onlySubmit; @@ -186,6 +190,14 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private Integer showBlxjsh; + public String getTemplateDymb() { + return templateDymb; + } + + public void setTemplateDymb(String templateDymb) { + this.templateDymb = templateDymb; + } + public String getTemplateShowDy() { return templateShowDy; } 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 5d749e0..bf3cf00 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 @@