| | |
| | | .description(umsStoreInfoParam.getDescription()) |
| | | .videoId(umsStoreInfoParam.getRelationVideo()) |
| | | .storeScore(100.0) |
| | | .status(umsStoreInfoParam.getStatus()) |
| | | .build(); |
| | | boolean success = storeInfoService.save(storeInfo); |
| | | if (success) { |
| | |
| | | private String description; |
| | | |
| | | @ApiModelProperty("摄像头") |
| | | private String relationVideo; |
| | | private Long relationVideo; |
| | | |
| | | @ApiModelProperty("店铺状态") |
| | | @TableField("status") |
| | | private String status; |
| | | private Integer status; |
| | | } |
| | |
| | | |
| | | @ApiModelProperty("摄像头") |
| | | @TableField("video_id") |
| | | private String videoId; |
| | | private Long videoId; |
| | | } |
| | |
| | | private VideoPoint videoPoint; |
| | | |
| | | @ApiModelProperty("状态") |
| | | @TableField("status") |
| | | private Integer status; |
| | | } |