| | |
| | | private String miniUnitCodeName; |
| | | private String isFixed; |
| | | private String isFixedName; |
| | | private String consultPrice; |
| | | private String timesId; |
| | | |
| | | public String getApplyOrderId() { |
| | | return applyOrderId; |
| | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | |
| | | public String getConsultPrice() { |
| | | return consultPrice; |
| | | } |
| | | |
| | | public void setConsultPrice(String consultPrice) { |
| | | this.consultPrice = consultPrice; |
| | | } |
| | | |
| | | public String getTimesId() { |
| | | return timesId; |
| | | } |
| | | |
| | | public void setTimesId(String timesId) { |
| | | this.timesId = timesId; |
| | | } |
| | | } |
| | | |
| | | |