app
androidJvm
app
/
com.iomt.android.room.characteristic
/
CharacteristicDao
/
getByIdsIn
get
By
Ids
In
abstract
suspend
fun
getByIdsIn
(
ids
:
List
<
Long
>
)
:
List
<
CharacteristicEntity
>
Return
List
of
CharacteristicEntity
with
ids
Parameters
ids
List
of
CharacteristicEntity
IDs