Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mutukuian committed May 13, 2024
1 parent 64ef6b2 commit e10cd6d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package com.example.kocelainterview.data.local_data_source

import androidx.room.Entity
import androidx.room.PrimaryKey
import com.example.kocelainterview.data.remote.dto.ShipDto

@Entity(tableName = "ships")
data class ShipEntity(
@PrimaryKey val id:Int,
// @PrimaryKey val id:Int,
val ship_id: String,
val active: Boolean,
val image: String,
Expand Down

0 comments on commit e10cd6d

Please sign in to comment.