Compare commits

..

No commits in common. "8bd9f9a772346c982eb5ca057cd0361944bc8a85" and "f52b09e5e82dac316785cfb2167cdbd4bc303c41" have entirely different histories.

2 changed files with 1 additions and 15 deletions

View File

@ -268,13 +268,6 @@ namespace IRaCIS.Core.Application.ViewModel
public string ForeignKeyText { get; set; } = string.Empty;
/// <summary>
/// 英文的翻译
/// </summary>
public string ForeignKeyEnText { get; set; } = string.Empty;
/// <summary>
/// 接口名
/// </summary>

View File

@ -130,10 +130,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary> 字典 </summary>
public string ForeignKeyText { get; set; } = String.Empty;
/// <summary>
/// 英文的翻译
/// </summary>
public string ForeignKeyEnText { get; set; } = string.Empty;
public string TableConfigJsonStr { get; set; } = String.Empty;
@ -186,15 +183,11 @@ namespace IRaCIS.Core.Domain.Models
public string ListName { get; set; } = String.Empty;
public bool IsFixedColumn { get; set; }
public string FixedColumnName { get; set; } = String.Empty;
public string FixedColumnEnName { get; set; } = String.Empty;
public string ColumnName { get; set; } = String.Empty;
public string ColumnValue { get; set; } = String.Empty;
public bool IsMerge { get; set; }
public string MergeColumnName { get; set; } = String.Empty;
public string MergeColumnEnName { get; set; } = String.Empty;
public bool IsPicture { get; set; }