Add default value =0 for fieldId

This commit is contained in:
Him188 2020-02-07 12:33:01 +08:00
parent 8ad087c406
commit b7d8396f78

View File

@ -165,7 +165,7 @@ data class NotOnlineImageFromFile(
override val bizType: Int = 0,
override val imageType: Int = 1000,
override val downloadPath: String = resourceId,
override val fileId: Int
override val fileId: Int = 0
) : NotOnlineImage() {
override fun equals(other: Any?): Boolean {
if (this === other) return true