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

📄 goods.java~2~

📁 电子商务系统(系统主要分为前台和后台。前台包括产品的展示及会员购物等模块
💻 JAVA~2~
字号:
package commerce;

public class goods {
  private int typeID=-1;
  private String goodsName="";
  private String introduce="";
  private float price=0.0;
  private float nowprice=0.0;
  private String  picture="";
  private String introduce="";
  public void goods(){
  }

  public int getTypeID() {
    return typeID;
  }
public void setUTypeID(int typeID) {
  this.typeID = typeID;
}
}

⌨️ 快捷键说明

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