[성현모] UniqueKeyDB Scaffold 스크립트 추가, DLL 빌드 이벤트 배치로 변경
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SystemX.Core.DB;
|
||||
|
||||
public partial class tUniqueKeyStorage
|
||||
{
|
||||
public string cIdentity { get; set; } = null!;
|
||||
|
||||
public DateTime cDateTime { get; set; }
|
||||
|
||||
public string? cData1 { get; set; }
|
||||
|
||||
public string? cData2 { get; set; }
|
||||
|
||||
public string? cData3 { get; set; }
|
||||
|
||||
public string? cData4 { get; set; }
|
||||
|
||||
public string? cData5 { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user