| | |
| | | private String stock; |
| | | private String createTime; |
| | | private String giveQuantity; |
| | | private String resCode; |
| | | private String statusCd = "0"; |
| | | |
| | | public String getAcceptUserId() { |
| | | return acceptUserId; |
| | |
| | | public void setGiveQuantity(String giveQuantity) { |
| | | this.giveQuantity = giveQuantity; |
| | | } |
| | | |
| | | public String getResCode() { |
| | | return resCode; |
| | | } |
| | | |
| | | public void setResCode(String resCode) { |
| | | this.resCode = resCode; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |