| | |
| | | */ |
| | | @TableField("insertTime") |
| | | private Date insertTime; |
| | | //节假费 |
| | | @TableField("holidayFee") |
| | | private Double holidayFee; |
| | | |
| | | private String detailAddress; |
| | | |
| | | private String scale; |
| | | |
| | | private String companyInfo; |
| | | |
| | | public String getDetailAddress() { |
| | | return detailAddress; |
| | | } |
| | | |
| | | public void setDetailAddress(String detailAddress) { |
| | | this.detailAddress = detailAddress; |
| | | } |
| | | |
| | | public String getScale() { |
| | | return scale; |
| | | } |
| | | |
| | | public void setScale(String scale) { |
| | | this.scale = scale; |
| | | } |
| | | |
| | | public String getCompanyInfo() { |
| | | return companyInfo; |
| | | } |
| | | |
| | | public void setCompanyInfo(String companyInfo) { |
| | | this.companyInfo = companyInfo; |
| | | } |
| | | |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | |
| | | |
| | | public void setInsertTime(Date insertTime) { |
| | | this.insertTime = insertTime; |
| | | } |
| | | |
| | | public Double getHolidayFee() { |
| | | return holidayFee; |
| | | } |
| | | |
| | | public void setHolidayFee(Double holidayFee) { |
| | | this.holidayFee = holidayFee; |
| | | } |
| | | |
| | | @Override |