首页>代码>java swing开发进销存管理系统>/SalesManagerment/src/org/rancode/framework/util/Item.java
package org.rancode.framework.util;

/**
 * 
 * 说明:自定义下拉菜单元素的工具类
 * 
 * @author LS
 * 
 */
public class Item {
	private String key;

	private String value;

	public Item(String key, String value) {
		this.key = key;
		this.value = value;
	}

	public void setKey(String key) {
		this.key = key;
	}

	public String getKey() {
		return key;
	}

	public void setValue(String value) {
		this.value = value;
	}

	public String getValue() {
		return value;
	}

	public String toString() {
		return value;
	}
}
最近下载更多
1542457015  LV3 2023年11月15日
zcfhh1  LV2 2023年10月3日
微信网友_6608533750566912  LV2 2023年8月16日
Assoc洛晓  LV2 2023年7月24日
2385649653  LV7 2023年6月17日
buhuia  LV4 2023年6月9日
y1214435276  LV9 2023年3月22日
漫步的海星  LV4 2023年3月14日
微信网友_6081645661278208  LV2 2023年2月28日
121575982  LV8 2023年2月5日
最近浏览更多
wuwutu  LV7 4月16日
linfon  LV2 1月25日
取个啥名字好呢  LV6 1月25日
codeshare  LV3 1月3日
LTPR66  LV1 2023年11月28日
xp95323  LV14 2023年11月27日
fesfefe  LV13 2023年11月25日
1542457015  LV3 2023年11月15日
awen287  LV6 2023年11月7日
zcfhh1  LV2 2023年10月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友