| | |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | |
| | | @TableName("iot_data.super_collect_data") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/entity/WorkstationCollectData.class */ |
| | | public class WorkstationCollectData { |
| | | private Long ts; |
| | | private String n; |
| | | private String v; |
| | | private Long workstationId; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/mdc/entity/WorkstationCollectData$WorkstationCollectDataBuilder.class */ |
| | | |
| | | public static class WorkstationCollectDataBuilder { |
| | | private Long ts; |
| | | private String n; |