Browse Source

更新长度

master
zxy 3 weeks ago
parent
commit
5aedc6bb57
  1. 2
      API/TaskManager.Entity/Entity.cs

2
API/TaskManager.Entity/Entity.cs

@ -155,7 +155,7 @@ namespace TaskManager.Entity
/// JSON文件存储路径 /// JSON文件存储路径
/// </summary> /// </summary>
[ExporterHeader(DisplayName = "JSON文件存储路径")] [ExporterHeader(DisplayName = "JSON文件存储路径")]
[MaxLength(30)] [MaxLength(50)]
public string? Path { set; get; } public string? Path { set; get; }
/// <summary> /// <summary>
/// 版本号 /// 版本号

Loading…
Cancel
Save