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

webapp.WEB-INF.page.shapeshift.vm Maven / Gradle / Ivy

#if($isPop)
    #parse("blank_startpart.vm")
#else
    #parse("default_startpart.vm")
#end



待处理实体
#foreach($item in $ExtMap.TodoList)
$item.hfmdEntityName【$item.hfmdEntityCode】
#end
#foreach($module in $ExtMap.DownList.keySet())
$module.code ## #if(${ExtMap.DownList.get($module).size()} == 0) ##
##
## ## #end #foreach($rows in $ExtMap.DownList.get($module))
#foreach($item in $rows)
$!item.hfmdEntityName【$!item.hfmdEntityCode】
#end
#end
#end
## ##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
##
#if($isPop) #parse("blank_endpart.vm") #else #parse("default_endpart.vm") #end




© 2015 - 2024 Weber Informatics LLC | Privacy Policy