修改描述长度
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user