//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码已从模板生成。
|
//
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace iWareSql.DbOrm
|
{
|
using System;
|
using System.Collections.Generic;
|
|
public partial class sys_log_op
|
{
|
public int Id { get; set; }
|
public string Name { get; set; }
|
public int Success { get; set; }
|
public string Message { get; set; }
|
public string Ip { get; set; }
|
public string Location { get; set; }
|
public string Browser { get; set; }
|
public string Os { get; set; }
|
public string Url { get; set; }
|
public string ClassName { get; set; }
|
public string MethodName { get; set; }
|
public string ReqMethod { get; set; }
|
public string Param { get; set; }
|
public string Result { get; set; }
|
public long ElapsedTime { get; set; }
|
public Nullable<System.DateTimeOffset> OpTime { get; set; }
|
public string Account { get; set; }
|
}
|
}
|