goods.java~2~
来自「电子商务系统(系统主要分为前台和后台。前台包括产品的展示及会员购物等模块」· JAVA~2~ 代码 · 共 21 行
JAVA~2~
21 行
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 + =
减小字号Ctrl + -
显示快捷键?