
org.smallframework.spring.CommonService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sorm Show documentation
Show all versions of sorm Show documentation
java jpa tool for spring
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