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

template.jpa.Field.ftl Maven / Gradle / Ivy

There is a newer version: 1.1.10-2024
Show newest version
package ${fieldPackage};


/**
*   字段映射类
*/
public class ${formBean.className}Field  {


<#list formBean.requests as item>

    public static final String  ${item.id} = "${item.id}";


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy