liukangdong
2024-09-18 6ef869b1adcf3a5bb8e4c3117dc507d173f13fd8
server/visits/dmvisit_service/src/main/java/com/doumee/dao/web/response/VisitDetailVO.java
@@ -25,7 +25,6 @@
    private Integer status;
    @ApiModelProperty(value = "业务审核状态 0待审核 1审批中  2审核通过 3审核不通过 4取消 ", example = "1")
    @ExcelColumn(name="审核状态 0待审核 1审批中  2审核通过 3审核不通过 4取消 ")
    private Integer businessStatus;