| | |
| | | import com.qianwen.core.mp.base.BaseEntity; |
| | | |
| | | @TableName("blade_workstation_workbench") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/WorkstationWorkbench.class */ |
| | | public class WorkstationWorkbench extends BaseEntity { |
| | | private static final long serialVersionUID = -883848031177958103L; |
| | | @TableField("workstation_id") |
| | |
| | | return "WorkstationWorkbench(workstationId=" + getWorkstationId() + ", sort=" + getSort() + ", name=" + getName() + ", workbenchDefault=" + getWorkbenchDefault() + ")"; |
| | | } |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/WorkstationWorkbench$WorkstationWorkbenchBuilder.class */ |
| | | |
| | | public static class WorkstationWorkbenchBuilder { |
| | | private Long workstationId; |
| | | private Integer sort; |