[성현모] CPMeta DB 추가
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace SystemX.Core.DB;
|
||||
|
||||
public partial class tWbmsMetum
|
||||
{
|
||||
public string cProductID { get; set; } = null!;
|
||||
|
||||
public string? cMacAddress { get; set; }
|
||||
|
||||
public string? cType { get; set; }
|
||||
|
||||
public string? cProductNo { get; set; }
|
||||
|
||||
public string? cSpareValue { get; set; }
|
||||
|
||||
public DateTime cDateTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user