feat: 初始功能
This commit is contained in:
10
Services/Printing/PrinterStatusSnapshot.cs
Normal file
10
Services/Printing/PrinterStatusSnapshot.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using CloudPrint.Client.Models;
|
||||
|
||||
namespace CloudPrint.Client.Services.Printing;
|
||||
|
||||
public sealed class PrinterStatusSnapshot
|
||||
{
|
||||
public PrinterStatus Status { get; init; } = PrinterStatus.Unknown;
|
||||
public int QueueCount { get; init; }
|
||||
public string Message { get; init; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user