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

templates.pojoExt.ftl Maven / Gradle / Ivy

package ${config.basePackage}.entity;

import ${model.basePackage}.entity.${model.tableName?cap_first}EntityBase;
/**********************************************************************************************************************
 * 
 *   版权所有:(c)2016, 深圳市拓润计算机软件开发有限公司
 *
 *   继承自自动生成的实体,具体业务方法使用的实体类
 *   如果具体业务需要扩展字段,请扩展该类
 * 
 * ********************************************************************************************************************/
public class ${model.tableName?cap_first}Entity  extends ${model.tableName?cap_first}EntityBase{

  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy