工艺路线
This commit is contained in:
parent
b02b982685
commit
c1e3d0fbef
@ -53,7 +53,6 @@ namespace MDM.Model.Plant.Dto
|
|||||||
|
|
||||||
public string? Description { get; set; }
|
public string? Description { get; set; }
|
||||||
|
|
||||||
[Required(ErrorMessage = "功能组编码,相同值的工站为相同功能,可互换不能为空")]
|
|
||||||
public string? FunctionGroupCode { get; set; }
|
public string? FunctionGroupCode { get; set; }
|
||||||
|
|
||||||
public string? FunctionGroupName { get; set; }
|
public string? FunctionGroupName { get; set; }
|
||||||
@ -67,7 +66,7 @@ namespace MDM.Model.Plant.Dto
|
|||||||
public string? UpdatedBy { get; set; }
|
public string? UpdatedBy { get; set; }
|
||||||
|
|
||||||
public DateTime UpdatedTime { get; set; }
|
public DateTime UpdatedTime { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -43,12 +43,15 @@ namespace MDM.Model.Process.Dto
|
|||||||
|
|
||||||
public int? OperationSeq { get; set; }
|
public int? OperationSeq { get; set; }
|
||||||
|
|
||||||
|
public int? LastOperationSeq { get; set; }
|
||||||
public string? OperationType { get; set; }
|
public string? OperationType { get; set; }
|
||||||
|
|
||||||
public string? Description { get; set; }
|
public string? Description { get; set; }
|
||||||
|
|
||||||
public int? StandardTime { get; set; }
|
public int? StandardTime { get; set; }
|
||||||
|
|
||||||
|
public int? MaxStationCount { get; set; }
|
||||||
|
|
||||||
public string? ControlStrategy { get; set; }
|
public string? ControlStrategy { get; set; }
|
||||||
|
|
||||||
public int IsSkippable { get; set; }
|
public int IsSkippable { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user