1
This commit is contained in:
18
iMES.Bi.Data/Models/BI_DB_YBP.cs
Normal file
18
iMES.Bi.Data/Models/BI_DB_YBP.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace iMES.Bi.Data
|
||||
{
|
||||
public partial class BI_DB_YBP
|
||||
{
|
||||
public int ID { get; set; }
|
||||
public int? DimID { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string YBContent { get; set; }
|
||||
public string YBType { get; set; }
|
||||
public string YBOption { get; set; }
|
||||
public string CRUser { get; set; }
|
||||
public DateTime? CRDate { get; set; }
|
||||
public string Remark { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user