Oliver
2022-11-08 1042347b372227bdb36da958fda8974d51c79e15
ycl-platform/src/main/java/com/ycl/dto/store/UmsStoreInfoParam.java
File was renamed from ycl-common/src/main/java/com/ycl/dto/UmsStoreInfoParam.java
@@ -1,4 +1,4 @@
package com.ycl.dto;
package com.ycl.dto.store;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModelProperty;
@@ -45,10 +45,12 @@
    @ApiModelProperty("门店类型")
    @TableField("type")
    private Integer type;
    @ApiModelProperty("描述")
    @TableField("description")
    private String description;
    @ApiModelProperty("摄像头")
    @TableField("video_id")
    private String videoId;
}