瀏覽代碼

考评目标添考评组织name

wangchangsheng 2 年之前
父節點
當前提交
446882cbe8
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      ims-service/ims-eval/src/main/java/com/ims/eval/entity/DeptResponsibility.java

+ 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;
+
+
 
 
 }