⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 wuyangtag.tld

📁 (Java+SQL)-大型企业JAVA的ERP系统
💻 TLD
字号:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE taglib
        PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
	"http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">

<!-- a tag library descriptor -->

<taglib>
  <tlibversion>1.0</tlibversion>
  <jspversion>1.1</jspversion>
  <shortname>simple</shortname>
  <uri></uri>
  <info>
	此包用于五洋信息管理系统
  </info>

  <tag>
	<name>productClass</name>
	<tagclass>tld.ProductClassTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出所有的项目
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>
		<name>class</name>
		<required>false</required>
	</attribute>
  </tag>

  <tag>
	<name>dept</name>
	<tagclass>tld.DepartmentTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出所有的项目
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>
		<name>deptId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>
	
  </tag>  
  
  <tag>
	<name>wearhouse</name>
	<tagclass>tld.WearhouseTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	列出所有的仓库编码
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>	
  </tag> 

<tag>
	<name>location</name>
	<tagclass>tld.LocationTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	列出所有的货位编码
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>	
  </tag> 

<tag>
	<name>company</name>
	<tagclass>tld.CompanyTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	列出所有的公司名称
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>	
		<name>companyId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>	
  </tag> 
  
  <tag>
	<name>ullage</name>
	<tagclass>tld.UllageTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	列出所有的采购申请编号名称
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>	
  </tag> 
  
  <tag>
	<name>moneyflag</name>
	<tagclass>tld.MoneyFlagTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出所有的货币
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	
  </tag>

  <tag>
	<name>emp</name>
	<tagclass>tld.EmployeeTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出所有的项目
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>
		<name>employeeId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>
	
  </tag>  	

  <tag>
	<name>account</name>
	<tagclass>tld.AccountTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出所有的项目
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>
		<name>accountId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>
	
  </tag>  	

  <tag>
	<name>feeName</name>
	<tagclass>tld.FeeNameTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出所有的项目
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>
		<name>feeId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>
	
  </tag>  	
  	
  <tag>
	<name>deptEmployee</name>
	<tagclass>tld.DeptEmployeeTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出部门所有的人员
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>
		<name>deptId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>
	<attribute>
		<name>employeeId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>
	
  </tag>  
  
  <tag>
	<name>product</name>
	<tagclass>tld.ProductTag</tagclass>
	<bodycontent>JSP</bodycontent>
	<info>
	罗列出所有的产品
	</info>
	<attribute>
		<name>showType</name>
		<required>false</required>
	</attribute>
	<attribute>
		<name>productId</name>
		<required>false</required>
		<rtexprvalue>true</rtexprvalue>
	</attribute>
	
  </tag>  

</taglib>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -