修改
This commit is contained in:
@@ -1484,6 +1484,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
{
|
||||
|
||||
|
||||
public string DefaultValue { get; set; }
|
||||
|
||||
public Guid Id { get; set; }
|
||||
|
||||
@@ -1503,6 +1504,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public string DictionaryCode { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 默认值
|
||||
/// </summary>
|
||||
public string DefaultValue { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 类型
|
||||
|
||||
Reference in New Issue
Block a user