jiangping
2024-05-14 08fed15a5cf6f3972443311645dd8ee4ebb0ad69
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/Visits.java
@@ -44,8 +44,7 @@
    @ApiModelProperty(value = "更新时间")
    @ExcelColumn(name="更新时间")
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date editDate;
      private Date editDate;
    @ApiModelProperty(value = "是否删除0否 1是", example = "1")
    @ExcelColumn(name="是否删除0否 1是")