template.dao.ftl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of luna-code-gen Show documentation
Show all versions of luna-code-gen Show documentation
自动生成dao entity service,程序引入时候maven scope选择test
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