工艺路线

This commit is contained in:
quowingwang 2026-01-29 13:48:29 +08:00
parent b02b982685
commit c1e3d0fbef
2 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,6 @@ namespace MDM.Model.Plant.Dto
public string? Description { get; set; }
[Required(ErrorMessage = "功能组编码,相同值的工站为相同功能,可互换不能为空")]
public string? FunctionGroupCode { get; set; }
public string? FunctionGroupName { get; set; }
@ -67,7 +66,7 @@ namespace MDM.Model.Plant.Dto
public string? UpdatedBy { get; set; }
public DateTime UpdatedTime { get; set; }
}

View File

@ -43,12 +43,15 @@ namespace MDM.Model.Process.Dto
public int? OperationSeq { get; set; }
public int? LastOperationSeq { get; set; }
public string? OperationType { get; set; }
public string? Description { get; set; }
public int? StandardTime { get; set; }
public int? MaxStationCount { get; set; }
public string? ControlStrategy { get; set; }
public int IsSkippable { get; set; }