类的使用
com.codingapi.springboot.framework.dto.response.MultiResponse
-
使用MultiResponse的程序包 程序包 说明 com.codingapi.springboot.framework.dto.response -
-
com.codingapi.springboot.framework.dto.response中MultiResponse的使用
返回MultiResponse的com.codingapi.springboot.framework.dto.response中的方法 修饰符和类型 方法 说明 static <T> MultiResponse<T>MultiResponse. of(Collection<T> data)static <T> MultiResponse<T>MultiResponse. of(Collection<T> data, long total)
-