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 c9d98a4..becfbe4 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,10 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String templateShowYjcc; + /** 填报显示打印:1否;10是 */ + @TableField(exist = false) + private String templateShowDy; + /** 仅提交:1否;10是 */ @TableField(exist = false) private Integer onlySubmit; @@ -182,6 +186,14 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private Integer showBlxjsh; + public String getTemplateShowDy() { + return templateShowDy; + } + + public void setTemplateShowDy(String templateShowDy) { + this.templateShowDy = templateShowDy; + } + public Integer getOnlySubmit() { return onlySubmit; } 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 525995e..5d749e0 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 @@