| | |
| | | |
| | | @Schema(description = "专业组长id") |
| | | private Long teamLeaderId; |
| | | @Schema(description = "编程员id") |
| | | @Schema(description = "默认编程员id") |
| | | private Long programmerId; |
| | | @Schema(description = "校对员id") |
| | | @Schema(description = "默认校对员id") |
| | | private Long checkerId; |
| | | @Schema(description = "审核高师ID") |
| | | @Schema(description = "默认审核高师ID") |
| | | private Long seniorId; |
| | | |
| | | @Schema(description = "实际编程员id") |
| | | private Long actProgrammerId; |
| | | |
| | | @Schema(description = "是否临时流程:Y/N") |
| | | private String isTempFlow; |
| | | |
| | | @Schema(description = "数控程序编号") |
| | | private String programNo; |
| | | } |