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

com.mg.common.user.dao.RoleDataScopeDao Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.mg.common.user.dao;

import com.mg.common.entity.RoleDataScopeEntity;
import org.springframework.data.jpa.repository.JpaRepository;

/**
 * 数据范围
 * Created by liukefu on 2016/3/16.
 */
public interface RoleDataScopeDao  extends JpaRepository {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy