@@ -153,4 +153,15 @@ public class OrganizationEvaluation extends Model {
*/
private String instId;
+ /**
+ * 创建人组织id
+ */
+ private String createOrgId;
+
+ * 创建人组织name
+ private String createOrgName;
}
@@ -140,5 +140,10 @@ public class OrganizationEvaluationRule extends Model {
private Integer orderNum;
+ * 业务类型
+ private String businessType;