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