|
|
@@ -5,10 +5,12 @@ import javax.wsdl.Definition;
|
|
|
import com.x.base.core.project.logger.Logger;
|
|
|
import com.x.base.core.project.logger.LoggerFactory;
|
|
|
import com.x.organization.core.entity.Bind;
|
|
|
+import com.x.organization.core.entity.Custom;
|
|
|
import com.x.organization.core.entity.Group;
|
|
|
import com.x.organization.core.entity.Identity;
|
|
|
import com.x.organization.core.entity.OauthCode;
|
|
|
import com.x.organization.core.entity.Person;
|
|
|
+import com.x.organization.core.entity.PersonAttribute;
|
|
|
import com.x.organization.core.entity.PersonCard;
|
|
|
import com.x.organization.core.entity.Role;
|
|
|
import com.x.organization.core.entity.Unit;
|
|
|
@@ -36,6 +38,8 @@ public class EraseContentOrg extends EraseContentProcessPlatform {
|
|
|
addClass(Empower.class);
|
|
|
addClass(EmpowerLog.class);
|
|
|
addClass(Identity.class);
|
|
|
+ addClass(Custom.class);
|
|
|
+ addClass(PersonAttribute.class);
|
|
|
addClass(Person.class);
|
|
|
this.run();
|
|
|
return true;
|