zhanghua
2023-03-13 3ce2963dec8600b6c7be58015ff6469ab62d2a6f
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;
}