1
0
mirror of synced 2025-01-19 06:27:25 +01:00

11 lines
185 B
C#

namespace Domain.Entities;
public partial class CardBdatum
{
public long CardId { get; set; }
public string? Bdata { get; set; }
public long BdataSize { get; set; }
}