//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace EMIS.Entities.Log { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// Log_Operate /// public partial class Log_Operate { /// /// OperateID /// public System.Guid OperateID { get; set; } /// /// UserID /// public Nullable UserID { get; set; } /// /// IP /// public string IP { get; set; } /// /// TableName /// public string TableName { get; set; } /// /// SourceUrl /// public string SourceUrl { get; set; } /// /// Operate /// public string Operate { get; set; } /// /// Detail /// public string Detail { get; set; } /// /// IsSuccess /// public Nullable IsSuccess { get; set; } /// /// OperateTime /// public Nullable OperateTime { get; set; } } }