namespace RB_MES_API.Models.Cloud { public class PkEntryId { public string Id { get; set; } public string EntryIds { get; set; } } }