Selaa lähdekoodia

考评目标添考评组织name

wangchangsheng 2 vuotta sitten
vanhempi
commit
446882cbe8

+ 11 - 0
ims-service/ims-eval/src/main/java/com/ims/eval/entity/DeptResponsibility.java

@@ -158,6 +158,17 @@ public class DeptResponsibility extends Model {
 	private String instId;
 
 
+	/**
+	 * 创建人组织id
+	 */
+	private String  createOrgId;
+
+	/**
+	 * 创建人组织name
+	 */
+	private String createOrgName;
+
+
 
 
 }