rama creada apartir de master en j

This commit is contained in:
jrojas
2026-06-26 10:29:23 +02:00
parent 319fd3dfb0
commit c1517fda87
2810 changed files with 1927392 additions and 25392 deletions
@@ -2,6 +2,9 @@
namespace adas_core.Domain.Models.MongoModels;
/// <summary>
/// Represents an individual step, typically within a sequence or workflow.
/// </summary>
public class Step
{
public int? RotationTime { get; set; }
@@ -18,6 +21,12 @@ public class Step
public DisplayConfigEnums.StepType? Type { get; set; } = DisplayConfigEnums.StepType.Standar;
}
/// <summary>
/// Represents data for a UI font, storing font-related information used for rendering user interface elements.
/// </summary>
/// <remarks>
/// This class serves as a data container for font properties required by the UI rendering system.
/// </remarks>
public class UiFontData
{
public double? WidthStepBed { get; set; }