Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
c8f04a878a
|
@ -268,6 +268,13 @@ namespace IRaCIS.Core.Application.ViewModel
|
|||
public string ForeignKeyText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 英文的翻译
|
||||
/// </summary>
|
||||
public string ForeignKeyEnText { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 接口名
|
||||
/// </summary>
|
||||
|
|
|
@ -130,7 +130,10 @@ 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;
|
||||
|
@ -183,11 +186,15 @@ 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; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue