zhanghua
2025-04-14 1cad14bca191807e18705c3a5526eda8151be439
ycl-platform/src/main/java/com/ycl/entity/store/StoreInfo.java
@@ -73,6 +73,10 @@
    @TableField(" relation_video")
    private String relationVideo;
    @ApiModelProperty("状态")
    @TableField("status")
    private Integer status;
    @ApiModelProperty("门店类型")
    @TableField("type")
@@ -84,5 +88,5 @@
    @ApiModelProperty("摄像头")
    @TableField("video_id")
    private String videoId;
    private Long videoId;
}