Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 231482d

Browse files
committed
Improvements
1 parent 8d0b782 commit 231482d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

com/thoo/api/model/BaseResponse.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.thoo.api.model
2+
3+
class BaseResponse<T> {
4+
5+
val status: Int = 0
6+
val data: T? = null
7+
8+
}

0 commit comments

Comments
 (0)