From 56389fe74cc09cfc7a44ae7f670ddfe774981739 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Fri, 17 Dec 2021 10:39:11 +0800 Subject: [PATCH] 20211216 --- src/main/java/cc/mrbird/febs/video/dto/AdminSetVipDto.java | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/video/dto/AdminSetVipDto.java b/src/main/java/cc/mrbird/febs/video/dto/AdminSetVipDto.java new file mode 100644 index 0000000..8b4711d --- /dev/null +++ b/src/main/java/cc/mrbird/febs/video/dto/AdminSetVipDto.java @@ -0,0 +1,14 @@ +package cc.mrbird.febs.video.dto; + +import io.swagger.annotations.ApiModel; +import lombok.Data; + +@Data +@ApiModel(value = "ApiMyVideoCollectionDto", description = "接收参数类") +public class AdminSetVipDto { + + private Long id; + + private String vipType; + +} -- Gitblit v1.9.1