Files
RBMESAPICore/Models/Cloud/interface/PkEntryIds.cs

10 lines
157 B
C#
Raw Normal View History

2025-09-09 22:41:29 +08:00

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