类的使用
com.codingapi.springboot.framework.dto.response.Response
使用Response的程序包
-
com.codingapi.springboot.framework.command中Response的使用
修饰符和类型接口说明static interfaceIExecutor.Command<R extends Response,C> static interfaceIExecutor.Void<R extends Response> -
com.codingapi.springboot.framework.dto.response中Response的使用
修饰符和类型方法说明static ResponseResponse.buildFailure(String errCode, String errMessage) static ResponseResponse.buildSuccess()