All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yixan.base.controlling.IDataIsolationControlling Maven / Gradle / Ivy

There is a newer version: 3.7.1
Show newest version
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