|
@ -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>
|
|
|
/// 版本号
|
|
|
/// 版本号
|
|
|