如何使用Kotlinpoet生成以下代码?
data class Test (
@Id
var id: Long
) : Interface {
override fun primaryKey() : Serializable = this
}
如何使用Kotlinpoet生成以下代码?
data class Test (
@Id
var id: Long
) : Interface {
override fun primaryKey() : Serializable = this
}
2条答案
按热度按时间huwehgph1#
你可以试试
idfiyjo82#
Yrii的答案,你也需要电话