//------------------------------------------------------------------------------
|
// <auto-generated>
|
// 此代码已从模板生成。
|
//
|
// 手动更改此文件可能导致应用程序出现意外的行为。
|
// 如果重新生成代码,将覆盖对此文件的手动更改。
|
// </auto-generated>
|
//------------------------------------------------------------------------------
|
|
namespace iWareSql.DbOrm
|
{
|
using System;
|
using System.Collections.Generic;
|
|
public partial class sys_code_gen_config
|
{
|
public long Id { get; set; }
|
public long CodeGenId { get; set; }
|
public string ColumnName { get; set; }
|
public string ColumnComment { get; set; }
|
public string NetType { get; set; }
|
public string DtoNetType { get; set; }
|
public string EffectType { get; set; }
|
public string FkEntityName { get; set; }
|
public string FkColumnName { get; set; }
|
public string FkColumnNetType { get; set; }
|
public string DictTypeCode { get; set; }
|
public string WhetherRetract { get; set; }
|
public string WhetherRequired { get; set; }
|
public string QueryWhether { get; set; }
|
public string QueryType { get; set; }
|
public string WhetherTable { get; set; }
|
public string WhetherOrderBy { get; set; }
|
public string WhetherAddUpdate { get; set; }
|
public string ColumnKey { get; set; }
|
public string DataType { get; set; }
|
public string WhetherCommon { get; set; }
|
public Nullable<System.DateTimeOffset> CreatedTime { get; set; }
|
public Nullable<System.DateTimeOffset> UpdatedTime { get; set; }
|
public Nullable<long> CreatedUserId { get; set; }
|
public string CreatedUserName { get; set; }
|
public Nullable<long> UpdatedUserId { get; set; }
|
public string UpdatedUserName { get; set; }
|
public bool IsDeleted { get; set; }
|
}
|
}
|