📄 cgplangoods.java
字号:
package com.business.vo;
/**
* @author Administrator
*
* To change this generated comment edit the template variable "typecomment":
* Window>Preferences>Java>Templates.
* To enable and disable the creation of type comments go to
* Window>Preferences>Java>Code Generation.
*/
public class CgPlanGoods {
private String id = "";
private String goodsName = "";
private String goodsNum = "";
private String memo = "";
private String planId = "";
private String goodsPrice = "";
private String xh = "";
private String gg = "";
/**
* Returns the gg.
* @return String
*/
public String getGg() {
return gg;
}
/**
* Returns the goodsName.
* @return String
*/
public String getGoodsName() {
return goodsName;
}
/**
* Returns the goodsNum.
* @return String
*/
public String getGoodsNum() {
return goodsNum;
}
/**
* Returns the goodsPrice.
* @return String
*/
public String getGoodsPrice() {
return goodsPrice;
}
/**
* Returns the id.
* @return String
*/
public String getId() {
return id;
}
/**
* Returns the memo.
* @return String
*/
public String getMemo() {
return memo;
}
/**
* Returns the planId.
* @return String
*/
public String getPlanId() {
return planId;
}
/**
* Returns the xh.
* @return String
*/
public String getXh() {
return xh;
}
/**
* Sets the gg.
* @param gg The gg to set
*/
public void setGg(String gg) {
this.gg = gg;
}
/**
* Sets the goodsName.
* @param goodsName The goodsName to set
*/
public void setGoodsName(String goodsName) {
this.goodsName = goodsName;
}
/**
* Sets the goodsNum.
* @param goodsNum The goodsNum to set
*/
public void setGoodsNum(String goodsNum) {
this.goodsNum = goodsNum;
}
/**
* Sets the goodsPrice.
* @param goodsPrice The goodsPrice to set
*/
public void setGoodsPrice(String goodsPrice) {
this.goodsPrice = goodsPrice;
}
/**
* Sets the id.
* @param id The id to set
*/
public void setId(String id) {
this.id = id;
}
/**
* Sets the memo.
* @param memo The memo to set
*/
public void setMemo(String memo) {
this.memo = memo;
}
/**
* Sets the planId.
* @param planId The planId to set
*/
public void setPlanId(String planId) {
this.planId = planId;
}
/**
* Sets the xh.
* @param xh The xh to set
*/
public void setXh(String xh) {
this.xh = xh;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -