init
This commit is contained in:
@@ -2,6 +2,7 @@ package com.ruoyi.xq.domain;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
@@ -27,6 +28,7 @@ public class UserBanner implements Serializable {
|
||||
/**
|
||||
* 轮播
|
||||
*/
|
||||
@Schema(description = "轮播")
|
||||
private String banner;
|
||||
/**
|
||||
* 1-启用 0-禁用
|
||||
@@ -35,10 +37,12 @@ public class UserBanner implements Serializable {
|
||||
/**
|
||||
* 0-无链接 1-站内链接 2-站外链接 3-图片
|
||||
*/
|
||||
@Schema(description = "0-无链接 1-站内链接 2-站外链接 3-图片")
|
||||
private Integer linkType;
|
||||
/**
|
||||
* 链接
|
||||
*/
|
||||
@Schema(description = "链接")
|
||||
private String linkUrl;
|
||||
/**
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user