feat: 初始功能
This commit is contained in:
9
Models/FilePreparationResult.cs
Normal file
9
Models/FilePreparationResult.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace CloudPrint.Client.Models;
|
||||
|
||||
public sealed class FilePreparationResult
|
||||
{
|
||||
public string SourcePath { get; init; } = string.Empty;
|
||||
public string PreparedPath { get; init; } = string.Empty;
|
||||
public bool Converted { get; init; }
|
||||
public string Message { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user