3 lines
107 B
Kotlin

package com.zjgsu.jianshu
class AuthorWork(val book_name:String,val author_name:String,val bookurl:String)