最后活跃于 1725104417

rcaldous's Avatar rcaldous 修订了这个 Gist 1725104417. 跳至此修订

1 file changed, 8 insertions

RecordList.kt(file created)

@@ -0,0 +1,8 @@
1 + interface RecordList {
2 + fun toRecordList(): MutableList<List<String>>
3 + fun toMinimalRecordList(): MutableList<List<String>>
4 +
5 + val name: String
6 + val header: List<String>
7 + val headerMin: List<String>
8 + }
更新 更早