| | |
| | | @TableId(value = "id", type = IdType.AUTO) |
| | | private Long id; |
| | | |
| | | @Schema(description = "工艺路线工序表id") |
| | | private Long technologyRoutingOperationId; |
| | | @Schema(description = "生产工艺路线工序表id") |
| | | private Long productionOrderRoutingOperationId; |
| | | |
| | | @Schema(description = "录入时间") |
| | | @TableField(fill = FieldFill.INSERT) |
| | |
| | | @Schema(description = "部门ID") |
| | | @TableField(fill = FieldFill.INSERT) |
| | | private Long deptId; |
| | | |
| | | @Schema(description = "权限用户ID列表,格式:[1,2,3]。指定多个用户ID时,用逗号分隔。") |
| | | private String userIds; |
| | | |
| | | @Schema(description = "班组成员用户ID") |
| | | private Long teamUserId; |
| | | } |