init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.cai.dto.app.query;
|
||||
|
||||
import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
@Schema(description = "拉黑入参")
|
||||
public class BlackQuery {
|
||||
@Schema(description = "拉黑的用户的ID")
|
||||
private Long blackUserId;
|
||||
@Schema(description = "1-拉黑 2-取消拉黑")
|
||||
private Integer actionType;
|
||||
}
|
||||
Reference in New Issue
Block a user