IntimacyIndex
data class IntimacyIndex @ApiResultType constructor(val imgUrl: String, val socialInfo: String, val lastRead: Timestamp, val imgList: List<IntimacyIndex.Img>)
好感度信息
Constructors
Link copied to clipboard
fun IntimacyIndex(imgUrl: String, socialInfo: String, lastRead: Timestamp, imgList: List<IntimacyIndex.Img>)