Initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace RobotNet10.RobotApp.Client.Shared.Modules;
|
||||
|
||||
/// <summary>
|
||||
/// DTO cho trạng thái RotationModule (dùng cho SignalR)
|
||||
/// </summary>
|
||||
public class RotationModuleStatusDto
|
||||
{
|
||||
public string State { get; set; } = string.Empty;
|
||||
public bool IsReady { get; set; }
|
||||
public double CurrentAngle { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user