MrShi
2025-10-14 1c20c8231980a8d4b91688ff8641a06d3b2f68ab
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/model/VisitReason.java
@@ -62,4 +62,7 @@
    @ExcelColumn(name="类型")
    private Integer type;
    @ApiModelProperty(value = "类型 0非施工人员访客申请 1施工人员访客申请 ", example = "1")
    @ExcelColumn(name="类型 0非施工人员访客申请 1施工人员访客申请 ")
    private Integer constructionType;
}