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

ars.database.service.BasicService Maven / Gradle / Ivy

The newest version!
package ars.database.service;

/**
 * 基础的业务操作接口
 *
 * @param  数据模型
 * @author wuyongqiang
 */
public interface BasicService extends AddService, DeleteService,
    UpdateService, SearchService {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy