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

com.nbsaas.boot.no.data.repository.NoSequenceRepository Maven / Gradle / Ivy

The newest version!
package com.nbsaas.boot.no.data.repository;

import com.nbsaas.boot.no.data.entity.NoSequence;
import org.springframework.data.jpa.repository.support.JpaRepositoryImplementation;
import java.io.Serializable;

/**
* 订单-数据处理功能
*/
public interface NoSequenceRepository  extends  JpaRepositoryImplementation{

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy