old mode 100644
new mode 100755
| | |
| | | |
| | | private String createTime; |
| | | |
| | | private String rsId; |
| | | private String originalStock; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String timesId; |
| | | private String consultPrice; |
| | | private String shId; |
| | | |
| | | private String bId; |
| | | |
| | | public String getApplyOrderId() { |
| | | return applyOrderId; |
| | | } |
| | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getRsId() { |
| | | return rsId; |
| | | } |
| | | |
| | | public void setRsId(String rsId) { |
| | | this.rsId = rsId; |
| | | } |
| | | |
| | | public String getOriginalStock() { |
| | | return originalStock; |
| | | } |
| | | |
| | | public void setOriginalStock(String originalStock) { |
| | | this.originalStock = originalStock; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getTimesId() { |
| | | return timesId; |
| | | } |
| | | |
| | | public void setTimesId(String timesId) { |
| | | this.timesId = timesId; |
| | | } |
| | | |
| | | public String getConsultPrice() { |
| | | return consultPrice; |
| | | } |
| | | |
| | | public void setConsultPrice(String consultPrice) { |
| | | this.consultPrice = consultPrice; |
| | | } |
| | | |
| | | public String getShId() { |
| | | return shId; |
| | | } |
| | | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | |
| | | public String getbId() { |
| | | return bId; |
| | | } |
| | | |
| | | public void setbId(String bId) { |
| | | this.bId = bId; |
| | | } |
| | | } |