修改一版

Uat_Study
he 2022-09-20 13:54:00 +08:00
parent 6f112a07f9
commit 2b9ab0bf68
2 changed files with 7 additions and 1 deletions

View File

@ -1234,7 +1234,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// <summary>
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
public string DictionaryCode { get; set; }
/// <summary>

View File

@ -124,6 +124,12 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public string OrderMark { get; set; } = string.Empty;
/// <summary>
/// 字典code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 创建人
/// </summary>