修改描述长度
parent
8f504f5f04
commit
f13ecb5972
|
@ -107,6 +107,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
public Guid? FileTypeId { get; set; }
|
||||
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
public bool? IsSign { get; set; }
|
||||
|
|
|
@ -53,6 +53,7 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
public string Name { get; set; } = String.Empty;
|
||||
public string Path { get; set; } = String.Empty;
|
||||
|
||||
[MaxLength(250)]
|
||||
public string Description { get; set; } = String.Empty;
|
||||
public bool IsDeleted { get; set; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue