docs 补充项目注释

This commit is contained in:
AprilWind
2026-06-01 13:58:13 +08:00
parent 107d3326b4
commit e49f3b2260
94 changed files with 2328 additions and 68 deletions
@@ -34,6 +34,12 @@ public class TaskAssigneeDTO implements Serializable {
*/
private List<TaskHandler> list;
/**
* 创建任务受让人分页结果。
*
* @param total 总大小
* @param list 受让人列表
*/
public TaskAssigneeDTO(Long total, List<TaskHandler> list) {
this.total = total;
this.list = list;