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

com.github.shoothzj.sdk.distribute.impl.mongo.repo.ElectionIdRepo Maven / Gradle / Ivy

package com.github.shoothzj.sdk.distribute.impl.mongo.repo;

import com.github.shoothzj.sdk.distribute.impl.mongo.dao.ElectionId;
import org.springframework.data.mongodb.repository.MongoRepository;

/**
 * @author hezhangjian
 */
public interface ElectionIdRepo extends MongoRepository, ElectionIdRepoCustom {



}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy