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

org.smallframework.spring.CommonService Maven / Gradle / Ivy

The newest version!
package org.smallframework.spring;

import sf.core.DBObject;
import sf.database.mapper.DaoMapper;

/**
 * 通用服务接口
 * @param 
 */
public interface CommonService {
    DaoMapper getMapper();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy