MrShi
2025-12-16 0b8838c8dd02161c5e7577162d8cd3318d133b68
server/visits/dmvisit_service/src/main/java/com/doumee/dao/business/vo/CabinetDetailVO.java
@@ -44,10 +44,14 @@
    @ApiModelProperty(value = "未绑定柜体数量")
    private Integer unBindGridNum;
    @ApiModelProperty(value = "管理员主键")
    private Integer memberId;
    @ApiModelProperty(value = "柜格信息")
    private List<CabinetGridInfoVO> cabinetGridInfoVOList;
    @ApiModelProperty(value = "激活文件地址")
    private String activateFileUrl;
}