V1版本
This commit is contained in:
@@ -26,11 +26,12 @@ namespace CapMachine.Model
|
||||
[Column(Name = "StepNo")]
|
||||
public int StepNo { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 程序步骤反复次数
|
||||
/// </summary>
|
||||
[Column(Name = "StepRepeat")]
|
||||
public int StepRepeat { get; set; }
|
||||
///// <summary>
|
||||
///// 程序步骤反复次数
|
||||
///// 速度的循环次数
|
||||
///// </summary>
|
||||
//[Column(Name = "StepRepeat")]
|
||||
//public int StepRepeat { get; set; }
|
||||
|
||||
///// <summary>
|
||||
///// 程序段反复
|
||||
|
||||
Reference in New Issue
Block a user