[성현모] SecondaryKey Null허용으로 수정
This commit is contained in:
@ -7,7 +7,7 @@ public partial class tPairKeyStorage
|
||||
{
|
||||
public string cPrimaryKey { get; set; } = null!;
|
||||
|
||||
public string cSecondaryKey { get; set; } = null!;
|
||||
public string? cSecondaryKey { get; set; }
|
||||
|
||||
public string? cValue1 { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user