DAO
@Query("SELECT * FROM shopping WHERE modified = 1") fun getModify(shopping: Shopping) @Insert(onConflict = OnConflictStrategy.REPLACE)