This commit is contained in:
2024-12-18 15:50:21 +08:00
parent 684973e6b7
commit b2c54119ea
214 changed files with 65908 additions and 8461 deletions

View File

@@ -23,10 +23,11 @@ namespace CapMachine.Model
/// </summary>
public int StepNo { get; set; }
/// <summary>
/// 程序循环次数
/// </summary>
public int StepRepeat { get; set; }
///// <summary>
///// 程序循环次数
///// Speed循环次数
///// </summary>
//public int StepRepeat { get; set; }
private CycleInfoDto? _SpeedCycle=new CycleInfoDto();
/// <summary>