Explorar el Código

表结构更新

0027005599 hace 2 años
padre
commit
b985494dba

+ 0 - 4
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/medical/entity/Audit.java

@@ -63,10 +63,6 @@ public class Audit implements Serializable {
 	/**医生姓名;*/
 	@Excel(name = "医生姓名;", width = 15)
     @ApiModelProperty(value = "医生姓名;")
-    private java.lang.String doctorName;
-	/**医生姓名*/
-	@Excel(name = "医生姓名", width = 15)
-    @ApiModelProperty(value = "医生姓名")
     private java.lang.String doctorName;
 	/**主诊医师编码*/
 	@Excel(name = "主诊医师编码", width = 15)

+ 0 - 4
jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/medical/entity/AuditDetail.java

@@ -63,10 +63,6 @@ public class AuditDetail implements Serializable {
 	/**医生姓名;*/
 	@Excel(name = "医生姓名;", width = 15)
     @ApiModelProperty(value = "医生姓名;")
-    private java.lang.String doctorName;
-	/**医生姓名*/
-	@Excel(name = "医生姓名", width = 15)
-    @ApiModelProperty(value = "医生姓名")
     private java.lang.String doctorName;
 	/**主诊医师编码*/
 	@Excel(name = "主诊医师编码", width = 15)