com.yixan.base.controlling.IDataIsolationControlling Maven / Gradle / Ivy
package com.yixan.base.controlling;
import com.yixan.base.common.enums.OperateType;
import com.yixan.base.core.exception.ServiceException;
public interface IDataIsolationControlling {
void handle(Object o, OperateType operateType) throws ServiceException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy