[성현모] Scaffold
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SystemX.Core.DB;
|
||||
|
||||
public partial class tPairKeyStorage
|
||||
{
|
||||
public string cPrimaryKey { get; set; } = null!;
|
||||
|
||||
public string cSecondaryKey { get; set; } = null!;
|
||||
|
||||
public string? cValue1 { get; set; }
|
||||
|
||||
public string? cValue2 { get; set; }
|
||||
|
||||
public DateTime cDateTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user