| | |
| | | import com.qianwen.core.tenant.mp.TenantEntity; |
| | | |
| | | @TableName("blade_workstation") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/Workstation.class */ |
| | | public class Workstation extends TenantEntity { |
| | | private static final long serialVersionUID = -883848031177958203L; |
| | | private String avatar; |
| | |
| | | return "Workstation(avatar=" + getAvatar() + ", code=" + getCode() + ", name=" + getName() + ", type=" + getType() + ", calendarCode=" + getCalendarCode() + ", calendarCodeWaiting=" + getCalendarCodeWaiting() + ", standardEfficiency=" + getStandardEfficiency() + ", productionCapacityGroup=" + getProductionCapacityGroup() + ", supportCncRw=" + getSupportCncRw() + ", deviceType=" + getDeviceType() + ", properties=" + getProperties() + ", transmissionMethod=" + getTransmissionMethod() + ", ftpCatalogue=" + getFtpCatalogue() + ")"; |
| | | } |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/entity/Workstation$WorkstationBuilder.class */ |
| | | |
| | | public static class WorkstationBuilder { |
| | | private String avatar; |
| | | private String code; |