| | |
| | | import java.io.Serializable; |
| | | |
| | | @TableName("blade_workstation_of_machine") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/WorkstationOfMachine.class */ |
| | | public class WorkstationOfMachine implements Serializable { |
| | | private static final long serialVersionUID = -5127960434378019220L; |
| | | private Long id; |
| | |
| | | return "WorkstationOfMachine(id=" + getId() + ", workstationId=" + getWorkstationId() + ", machineId=" + getMachineId() + ")"; |
| | | } |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/WorkstationOfMachine$WorkstationOfMachineBuilder.class */ |
| | | |
| | | public static class WorkstationOfMachineBuilder { |
| | | private Long id; |
| | | private Long workstationId; |