zhanghua
2024-09-05 e314e414656a731f4ef35e51c0349ea608ec2fe0
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;
}