7 lines
217 B
C#
7 lines
217 B
C#
namespace Modules.Library.Database.Database.Models.CommonProperties;
|
|
|
|
public class GenreProportionItem1 : Entity1
|
|
{
|
|
public decimal? Proportion { get; set; }
|
|
public string GenreId { get; set; } = default!;
|
|
} |