This commit is contained in:
2dust
2024-09-08 10:45:05 +08:00
parent 8361b4e4a0
commit 07156cb55c
9 changed files with 53 additions and 1 deletions

View File

@@ -255,5 +255,6 @@
public string? url { get; set; }
public string? userName { get; set; }
public string? password { get; set; }
public string? dirName { get; set; }
}
}