zhanghua
2023-02-23 dbd3204c3659622c4d193d5335e700ad926aa17d
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;
}