修改一版
parent
6f112a07f9
commit
2b9ab0bf68
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue