vm.java.Dao.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gen Show documentation
Show all versions of gen Show documentation
beli-gen is a gen module.
package ${packageName}.${moduleName}.dao;
import ${packageName}.${moduleName}.po.${ClassName}PO;
import com.beli.common.BaseDAO;
import org.apache.ibatis.annotations.Mapper;
/**
* ${functionName}
*
* @author ${author}
* @date ${datetime}
*/
@Mapper
public interface ${ClassName}DAO extends BaseDAO<${ClassName}PO> {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy