${zhiqim_manager_title("关联标签行业")}
| 产品类型: |
${Global.get(ProductTypeCache.class).getName(works.getDesignType())} |
| 标签行业: |
${Global.get(DesignIndustryCache.class).getIndustryName(works.getIndustryId())} |
| 标签子行业: |
<#for item : inSubList>
#for>
|
${zhiqim_manager_title("关联标签属性")}
<#for item : attrCatList>
| ${item.getAttributeCatName()}: |
<#for aitem : map.get(item.getAttributeCatId())>
#for>
|
#for>