123
This commit is contained in:
@@ -3,9 +3,12 @@ package com.ruoyi.cai.dto.app.query;
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.NotNull;
|
||||
|
||||
@Data
|
||||
@Schema(description = "入参模型")
|
||||
public class StarOrVisitorReq {
|
||||
@Schema(description = "目标用户ID")
|
||||
@NotNull(message = "参数异常")
|
||||
private Long toUserId;
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ public class UserStarOrVisitorList extends UserBaseVo {
|
||||
|
||||
@Schema(description = "是否回关 0-否 1-是")
|
||||
private Integer callBackStar = 0;
|
||||
@Schema(description = "是否为VIP")
|
||||
@Schema(description = "是否为VIP 0-否 1-是")
|
||||
private Integer isVip = 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user