mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-17 12:35:07 +08:00
实现 bpm 待办任务的后端接口
This commit is contained in:
@ -35,4 +35,8 @@ public final class PageResult<T> implements Serializable {
|
||||
return new PageResult<>(0L);
|
||||
}
|
||||
|
||||
public static <T> PageResult<T> empty(Long total) {
|
||||
return new PageResult<>(total);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user