| | |
| | | |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | | import lombok.Data; |
| | | import org.springblade.core.tool.utils.Func; |
| | | import org.springblade.mdm.flow.constants.FlowContants; |
| | | |
| | | import java.time.LocalDate; |
| | | |
| | |
| | | |
| | | @Schema(description = "设备编号") |
| | | private String machineCode; |
| | | |
| | | @Schema(description = "机床组代码") |
| | | private String machineGroupCode; |
| | | @Schema(description = "设备型号") |
| | | private String machineMode; |
| | | |
| | |
| | | |
| | | @Schema(description = "是否临时流程:Y/N") |
| | | private String isTempFlow; |
| | | |
| | | @Schema(description = "数控程序编号") |
| | | private String programNo; |
| | | @Schema(description = "实际编程员姓名") |
| | | private String programmerName; |
| | | @Schema(description = "实际校对姓名") |
| | | private Long actCheckerId; |
| | | @Schema(description = "实际校对姓名") |
| | | private Long actSeniorId; |
| | | |
| | | |
| | | |
| | | @Schema(description = "现场编制标记") |
| | | private String programOnMachine; |
| | | } |