()
| 52 | private String companyInfo; |
| 53 | |
| 54 | @Override |
| 55 | public String toString() { |
| 56 | return String.format("【%s, %s, %s, %s, %s, %s】", companyName, jobName, jobArea, salary, companyTag, recruiter); |
| 57 | } |
| 58 | |
| 59 | public String toString(Platform platform) { |
| 60 | if (platform == Platform.ZHILIAN) { |
no outgoing calls
no test coverage detected