Fix vari
This commit is contained in:
@@ -7,7 +7,7 @@ namespace salesbook.Shared.Core.Entity;
|
||||
public class PtbProsRif
|
||||
{
|
||||
[PrimaryKey, Column("composite_key")]
|
||||
public string CompositeKey { get; set; }
|
||||
public string CompositeKey { get; set; } = null!;
|
||||
|
||||
private string? _codPpro;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user