修改描述长度

Uat_Study
hang 2022-05-09 12:01:42 +08:00
parent 8f504f5f04
commit f13ecb5972
2 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,7 @@ namespace IRaCIS.Core.Application.Contracts
public Guid? FileTypeId { get; set; } public Guid? FileTypeId { get; set; }
public string Name { get; set; } = string.Empty; public string Name { get; set; } = string.Empty;
public bool? IsSign { get; set; } public bool? IsSign { get; set; }

View File

@ -53,6 +53,7 @@ namespace IRaCIS.Core.Application.Contracts
public string Name { get; set; } = String.Empty; public string Name { get; set; } = String.Empty;
public string Path { get; set; } = String.Empty; public string Path { get; set; } = String.Empty;
[MaxLength(250)]
public string Description { get; set; } = String.Empty; public string Description { get; set; } = String.Empty;
public bool IsDeleted { get; set; } public bool IsDeleted { get; set; }