package http.vo /** * info * * @author ReiChin_ */ class CommonRowsResponse : CommonResponse() { var rows: List? = null var total: Int = 0 }