修改提示

This commit is contained in:
2022-05-13 09:58:43 +08:00
parent 46b728e9a8
commit 3e18c1a28f
3 changed files with 4 additions and 3 deletions
@@ -53,7 +53,7 @@ namespace IRaCIS.Core.Application.Contracts
public string Name { get; set; } = String.Empty;
public string Path { get; set; } = String.Empty;
[MaxLength(250)]
[MaxLength(500)]
public string Description { get; set; } = String.Empty;
public bool IsDeleted { get; set; }