EnVisageOnline/Main-RMO/Source/EnVisage/supt_tbl_MongoDBBackup.cs

24 lines
813 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace EnVisage
{
using System;
using System.Collections.Generic;
public partial class supt_tbl_MongoDBBackup
{
public System.Guid id { get; set; }
public System.DateTime BackupDate { get; set; }
public string BackupedBy { get; set; }
public string BackupData { get; set; }
public string CollectionName { get; set; }
}
}