@@ -142,6 +142,9 @@ public class BaseExpertVo {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
+ public BaseExpertVo() {
+ }
+
public BaseExpertVo(String expertName, String expertType, String expertGender, String expertDateBirth, String expertTel, String majorTypeName, String unitInformation, String professionalTitle, String localArea, String idNumber) {
this.expertName = expertName;
this.expertType = expertType;