123456789101112131415161718192021222324252627 |
- namespace Long.Common.FileServerApi;
- public class TextFileOutput
- {
-
-
-
- public string Text { get; set; }
-
-
-
- public string FilePath { get; set; }
-
-
-
- public string Project { get; set; }
-
-
-
- public string Category { get; set; }
- }
|