zhang-content/src/main/java/com/ruoyi/domain/ZExperience.java
@@ -51,10 +51,20 @@ private Date startDate; /** * 结束日期 */ @JsonFormat(pattern = "yyyy-MM-dd") @Excel(name = "结束日期", dateFormat = "yyyy-MM-dd") private Date endDate; /** * 证明人名字 */ @Excel(name = "证明人名字") private String witness; /** * 分享人 */ private Integer shareId; }