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

📄 tempbean.java

📁 网上购物源代码
💻 JAVA
字号:
/**
 * 
 */
package com.chinaaccpbean;

/**
 * @author Administrator
 *
 */
public class TempBean {

	private int productid;
	private int count;
	/**
	 * @return count
	 */
	public int getCount() {
		return count;
	}
	/**
	 * @param count 要设置的 count
	 */
	public void setCount(int count) {
		this.count = count;
	}
	/**
	 * @return productid
	 */
	public int getProductid() {
		return productid;
	}
	/**
	 * @param productid 要设置的 productid
	 */
	public void setProductid(int productid) {
		this.productid = productid;
	}
}

⌨️ 快捷键说明

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