feat:新增获取活动信息收集记录列表接口
This commit is contained in:
parent
67711fc3d7
commit
6e57358626
@ -10,6 +10,10 @@ import java.time.LocalDateTime;
|
||||
@Schema(name = "AdminActivityInfoCollectionResp", description = "活动信息收集响应参数")
|
||||
public class AdminActivityInfoCollectionResp {
|
||||
|
||||
/**
|
||||
* ID
|
||||
*/
|
||||
@Schema(description = "ID")
|
||||
private Integer id;
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user