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

template.dao.ftl Maven / Gradle / Ivy

The newest version!
package com.seezoon.modules.${moduleName}.dao;

import com.seezoon.luna.dao.CrudDao;
import com.seezoon.modules.${moduleName}.entity.${className};

/**
 * ${tableComment!}Dao
 * Copyright © 2018 powered by huangdf, All rights reserved.
 * @author hdf ${.now}
 */
public interface ${className}Dao extends CrudDao<${className}> {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy