zhanghua
2023-03-17 680ead20fbd8c2e2eb7665e493d7ede20061ac7b
ycl-platform/src/main/java/com/ycl/dto/store/UmsStoreInfoParam.java
@@ -51,9 +51,9 @@
    private String description;
    @ApiModelProperty("摄像头")
    private String relationVideo;
    private Long relationVideo;
    @ApiModelProperty("店铺状态")
    @TableField("status")
    private String status;
    private Integer status;
}