Deleted Records in One Table [Transactional Replication]

On the Subscriber DB (S-DB), a user deleted records by accident.

I can identify the missing records from the Publisher DB (P-DB) using columns keys (I have no identity column). Can I just copy these missing records back into the S-DB table?

TIA