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 d025de7..bc91764 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 @@ -147,6 +147,10 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String templatePdfSize; + /** 填报显示药剂存储按钮:1:否;10:显示 */ + @TableField(exist = false) + private String templateShowYjcc; + /** 试验编号 */ @TableField(exist = false) private String studySn; @@ -155,6 +159,14 @@ public class StudyFormFill extends MpBaseEntity @TableField(exist = false) private String studyMc; + public String getTemplateShowYjcc() { + return templateShowYjcc; + } + + public void setTemplateShowYjcc(String templateShowYjcc) { + this.templateShowYjcc = templateShowYjcc; + } + public String getTemplatePdfSize() { return templatePdfSize; } 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 9d6f0e7..c054ab7 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 @@ -18,7 +18,8 @@