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

📄 4099a406b97f001c1a4f916d146aee45

📁 一个超市管理系统,提供一些基本简单的操作,JSP+APACHE+ORCALE实现
💻
字号:
package bb;

public class ProductMessage 
{
  private int pro_id,quantity,pro_mer;
  private String pro_name,type;
  private java.sql.Date manu_date,avail_date;
  private float sto_price,price;
  
  public void setPro_id(int pro_id)
  {
	  this.pro_id=pro_id;
  }
  public int getPro_id(int pro_id)
  {
	  return pro_id;
  }
  public void setQuantity(int quantity)
  {
	  this.quantity=quantity;
  }
  public int getQuantity(int quantity)
  {
	  return quantity;
  }
  public void setPro_name(String pro_name)
  {
	  this.pro_name=pro_name;
  }
  public void setType(String type)
  {
	  this.type=type;
  }
  public void setPro_mer(int pro_mer)
  {
	  this.pro_mer=pro_mer;
  }
  public void setManu_date(java.sql.Date manu_date)
  {
	  this.manu_date=manu_date;
  }
  public void setAvail_date(java.sql.Date avail_date)
  {
	  this.avail_date=avail_date;
  }
  public void setSto_price(float sto_price)
  {
	  this.sto_price=sto_price;
  }
  public void setPrice(float price)
  {
	  this.price=price;
  }
  
}

⌨️ 快捷键说明

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