面试增加修改线索状态

This commit is contained in:
俞扬
2023-06-21 19:07:39 +08:00
parent dd0226dda8
commit 1c4b28ff5b
2 changed files with 17 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ import java.util.List;
@Data
public class GetFreeBusyListVO {
@ApiModelProperty("日期列表(默认七天,只有请求参数中查询日期不传时才会返回,否则不返回)")
@ApiModelProperty("忙闲列表")
private List<CalendarInfo> calendarList;
}