diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormApply.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormApply.java
index 3451273..6ce5e6b 100644
--- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormApply.java
+++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormApply.java
@@ -76,6 +76,30 @@ public class StudyFormApply extends MpBaseEntity
@TableField(exist = false)
private Long templateDeptId;
+ /** 试验编号 */
+ @TableField(exist = false)
+ private String studySn;
+
+ /** 试验名称 */
+ @TableField(exist = false)
+ private String studyMc;
+
+ public String getStudySn() {
+ return studySn;
+ }
+
+ public void setStudySn(String studySn) {
+ this.studySn = studySn;
+ }
+
+ public String getStudyMc() {
+ return studyMc;
+ }
+
+ public void setStudyMc(String studyMc) {
+ this.studyMc = studyMc;
+ }
+
public String getQmyy() {
return qmyy;
}
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 3fa4d8a..388f7d2 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
@@ -78,6 +78,30 @@ public class StudyFormFill extends MpBaseEntity
@TableField(exist = false)
private Long templateDeptId;
+ /** 试验编号 */
+ @TableField(exist = false)
+ private String studySn;
+
+ /** 试验名称 */
+ @TableField(exist = false)
+ private String studyMc;
+
+ public String getStudySn() {
+ return studySn;
+ }
+
+ public void setStudySn(String studySn) {
+ this.studySn = studySn;
+ }
+
+ public String getStudyMc() {
+ return studyMc;
+ }
+
+ public void setStudyMc(String studyMc) {
+ this.studyMc = studyMc;
+ }
+
public Long getTemplateDeptId() {
return templateDeptId;
}
diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPlan.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPlan.java
index 63f8f45..783da4b 100644
--- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPlan.java
+++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPlan.java
@@ -68,6 +68,30 @@ public class StudyFormPlan extends MpBaseEntity
@TableField(exist = false)
private String templateSn;
+ /** 试验编号 */
+ @TableField(exist = false)
+ private String studySn;
+
+ /** 试验名称 */
+ @TableField(exist = false)
+ private String studyMc;
+
+ public String getStudySn() {
+ return studySn;
+ }
+
+ public void setStudySn(String studySn) {
+ this.studySn = studySn;
+ }
+
+ public String getStudyMc() {
+ return studyMc;
+ }
+
+ public void setStudyMc(String studyMc) {
+ this.studyMc = studyMc;
+ }
+
public String getQmyy() {
return qmyy;
}
diff --git a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPre.java b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPre.java
index 26cad5c..16c933b 100644
--- a/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPre.java
+++ b/hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/domain/StudyFormPre.java
@@ -86,6 +86,30 @@ public class StudyFormPre extends MpBaseEntity
@TableField(exist = false)
private Long templateDeptId;
+ /** 试验编号 */
+ @TableField(exist = false)
+ private String studySn;
+
+ /** 试验名称 */
+ @TableField(exist = false)
+ private String studyMc;
+
+ public String getStudySn() {
+ return studySn;
+ }
+
+ public void setStudySn(String studySn) {
+ this.studySn = studySn;
+ }
+
+ public String getStudyMc() {
+ return studyMc;
+ }
+
+ public void setStudyMc(String studyMc) {
+ this.studyMc = studyMc;
+ }
+
public Long getTemplateDeptId() {
return templateDeptId;
}
diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormApplyMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormApplyMapper.xml
index 0d874b2..4bde912 100644
--- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormApplyMapper.xml
+++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormApplyMapper.xml
@@ -16,8 +16,10 @@
\ No newline at end of file
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 93c0677..8a7b3c9 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
@@ -16,8 +16,10 @@
\ No newline at end of file
diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPlanMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPlanMapper.xml
index 50051f2..0e41540 100644
--- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPlanMapper.xml
+++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPlanMapper.xml
@@ -16,8 +16,10 @@
\ No newline at end of file
diff --git a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPreMapper.xml b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPreMapper.xml
index 9bb4669..4ab1c6e 100644
--- a/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPreMapper.xml
+++ b/hxhq-modules/hxhq-system/src/main/resources/mapper/business/StudyFormPreMapper.xml
@@ -16,8 +16,10 @@
\ No newline at end of file