10 lines
157 B
C#
10 lines
157 B
C#
|
|
namespace RB_MES_API.Models.Cloud
|
|
{
|
|
public class PkEntryId
|
|
{
|
|
public string Id { get; set; }
|
|
public string EntryIds { get; set; }
|
|
}
|
|
}
|