中国算力平台算力登记系统2.0
yanzhaofeige
3 days ago 9a224d216652ef2d6ff2e0bd01fba69c86a3f277
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
package com.odcc.cpzidc.bis.domain;
 
import java.math.BigDecimal;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
import com.odcc.cpzidc.common.annotation.Excel;
import com.odcc.cpzidc.common.core.domain.BaseEntity;
 
/**
 * 在建数据中心对象 idc_build_base
 * 
 * @author ruoyi
 * @date 2024-10-10
 */
public class IdcBuildBase extends BaseEntity
{
    private static final long serialVersionUID = 1L;
 
    /** 序号 */
    private Long id;
 
    /** 规模类型 */
    @Excel(name = "规模类型")
    private Integer type;
 
    /** 业务类型 */
    @Excel(name = "业务类型")
    private Long businessType;
 
    /** 设计机架数 */
    @Excel(name = "设计机架数")
    private Long frameNum;
 
    /** 设计机架功率 */
    @Excel(name = "设计机架功率")
    private BigDecimal framePower;
 
    /** 名称 */
    @Excel(name = "名称")
    private String name;
 
    /** 省(自治区、直辖市) */
    @Excel(name = "省", readConverterExp = "自=治区、直辖市")
    private String province;
 
    /** 市() */
    @Excel(name = "市", readConverterExp = "市()")
    private String city;
 
    /** 区、县 */
    @Excel(name = "区、县")
    private String area;
 
    /** 地址 */
    @Excel(name = "地址")
    private String address;
 
    /** 补充地址 */
    @Excel(name = "补充地址")
    private String addressExt;
 
    /** 机楼 */
    @Excel(name = "机楼")
    private String building;
 
    /** 运营主体统一社会信用代码 */
    @Excel(name = "运营主体统一社会信用代码")
    private String creditCode;
 
    /** 运营主体 */
    @Excel(name = "运营主体")
    private String mainbody;
 
    /** 运营公司总公司 */
    @Excel(name = "运营公司总公司")
    private String mainbodyHeader;
 
    /** 运营主体类型 */
    @Excel(name = "运营主体类型")
    private String mainbodyType;
 
    /** 建设初始投资(万元) */
    @Excel(name = "建设初始投资", readConverterExp = "万=元")
    private String investment;
 
    /** 建设进度 */
    @Excel(name = "建设进度")
    private String progress;
 
    /** 投产时间 */
    @Excel(name = "投产时间")
    private String productionTime;
 
    /** 数据中心建设等级或标准 */
    @Excel(name = "数据中心建设等级或标准")
    private String dcBuildingLevel;
 
    /** 数据中心总设计面积 */
    @Excel(name = "数据中心总设计面积")
    private Long dcAllArea;
 
    /** IT机房面积 */
    @Excel(name = "IT机房面积")
    private Long dcItArea;
 
    /** 建筑形式 */
    @Excel(name = "建筑形式")
    private String buildingType;
 
    /** 抗震级别 */
    @Excel(name = "抗震级别")
    private String seismicLevel;
 
    /** 应用类别 */
    @Excel(name = "应用类别")
    private String useType;
 
    /** 设计PUE */
    @Excel(name = "设计PUE")
    private BigDecimal pueDesign;
 
    /** 设计耗水量(年) */
    @Excel(name = "设计耗水量(年)")
    private String waterDesign;
 
    /** 链接的运营商 */
    @Excel(name = "链接的运营商")
    private String netOperator;
 
    /** 链接的运营商_其它 */
    @Excel(name = "链接的运营商_其它")
    private String netOperatorOther;
 
    /** 接入网络级别 */
    @Excel(name = "接入网络级别")
    private String netLevel;
 
    /** 排序 */
    @Excel(name = "排序")
    private Long sort;
 
    /** 管理员反馈信息 */
    @Excel(name = "管理员反馈信息")
    private String message;
 
    /** 状态0: 1   2 */
    @Excel(name = "状态0: 1   2")
    private Long state;
 
    /** 是否可用 */
    @Excel(name = "是否可用")
    private Integer isEnable;
 
    /** 创建者 */
    @Excel(name = "创建者")
    private Long createUser;
 
    public void setId(Long id) 
    {
        this.id = id;
    }
 
    public Long getId() 
    {
        return id;
    }
    public void setType(Integer type) 
    {
        this.type = type;
    }
 
    public Integer getType() 
    {
        return type;
    }
    public void setBusinessType(Long businessType) 
    {
        this.businessType = businessType;
    }
 
    public Long getBusinessType() 
    {
        return businessType;
    }
    public void setFrameNum(Long frameNum) 
    {
        this.frameNum = frameNum;
    }
 
    public Long getFrameNum() 
    {
        return frameNum;
    }
    public void setFramePower(BigDecimal framePower) 
    {
        this.framePower = framePower;
    }
 
    public BigDecimal getFramePower() 
    {
        return framePower;
    }
    public void setName(String name) 
    {
        this.name = name;
    }
 
    public String getName() 
    {
        return name;
    }
    public void setProvince(String province) 
    {
        this.province = province;
    }
 
    public String getProvince() 
    {
        return province;
    }
    public void setCity(String city) 
    {
        this.city = city;
    }
 
    public String getCity() 
    {
        return city;
    }
    public void setArea(String area) 
    {
        this.area = area;
    }
 
    public String getArea() 
    {
        return area;
    }
    public void setAddress(String address) 
    {
        this.address = address;
    }
 
    public String getAddress() 
    {
        return address;
    }
    public void setAddressExt(String addressExt) 
    {
        this.addressExt = addressExt;
    }
 
    public String getAddressExt() 
    {
        return addressExt;
    }
    public void setBuilding(String building) 
    {
        this.building = building;
    }
 
    public String getBuilding() 
    {
        return building;
    }
    public void setCreditCode(String creditCode) 
    {
        this.creditCode = creditCode;
    }
 
    public String getCreditCode() 
    {
        return creditCode;
    }
    public void setMainbody(String mainbody) 
    {
        this.mainbody = mainbody;
    }
 
    public String getMainbody() 
    {
        return mainbody;
    }
    public void setMainbodyHeader(String mainbodyHeader) 
    {
        this.mainbodyHeader = mainbodyHeader;
    }
 
    public String getMainbodyHeader() 
    {
        return mainbodyHeader;
    }
    public void setMainbodyType(String mainbodyType) 
    {
        this.mainbodyType = mainbodyType;
    }
 
    public String getMainbodyType() 
    {
        return mainbodyType;
    }
    public void setInvestment(String investment) 
    {
        this.investment = investment;
    }
 
    public String getInvestment() 
    {
        return investment;
    }
    public void setProgress(String progress) 
    {
        this.progress = progress;
    }
 
    public String getProgress() 
    {
        return progress;
    }
    public void setProductionTime(String productionTime) 
    {
        this.productionTime = productionTime;
    }
 
    public String getProductionTime() 
    {
        return productionTime;
    }
    public void setDcBuildingLevel(String dcBuildingLevel) 
    {
        this.dcBuildingLevel = dcBuildingLevel;
    }
 
    public String getDcBuildingLevel() 
    {
        return dcBuildingLevel;
    }
    public void setDcAllArea(Long dcAllArea) 
    {
        this.dcAllArea = dcAllArea;
    }
 
    public Long getDcAllArea() 
    {
        return dcAllArea;
    }
    public void setDcItArea(Long dcItArea) 
    {
        this.dcItArea = dcItArea;
    }
 
    public Long getDcItArea() 
    {
        return dcItArea;
    }
    public void setBuildingType(String buildingType) 
    {
        this.buildingType = buildingType;
    }
 
    public String getBuildingType() 
    {
        return buildingType;
    }
    public void setSeismicLevel(String seismicLevel) 
    {
        this.seismicLevel = seismicLevel;
    }
 
    public String getSeismicLevel() 
    {
        return seismicLevel;
    }
    public void setUseType(String useType) 
    {
        this.useType = useType;
    }
 
    public String getUseType() 
    {
        return useType;
    }
    public void setPueDesign(BigDecimal pueDesign) 
    {
        this.pueDesign = pueDesign;
    }
 
    public BigDecimal getPueDesign() 
    {
        return pueDesign;
    }
    public void setWaterDesign(String waterDesign) 
    {
        this.waterDesign = waterDesign;
    }
 
    public String getWaterDesign() 
    {
        return waterDesign;
    }
    public void setNetOperator(String netOperator) 
    {
        this.netOperator = netOperator;
    }
 
    public String getNetOperator() 
    {
        return netOperator;
    }
    public void setNetOperatorOther(String netOperatorOther) 
    {
        this.netOperatorOther = netOperatorOther;
    }
 
    public String getNetOperatorOther() 
    {
        return netOperatorOther;
    }
    public void setNetLevel(String netLevel) 
    {
        this.netLevel = netLevel;
    }
 
    public String getNetLevel() 
    {
        return netLevel;
    }
    public void setSort(Long sort) 
    {
        this.sort = sort;
    }
 
    public Long getSort() 
    {
        return sort;
    }
    public void setMessage(String message) 
    {
        this.message = message;
    }
 
    public String getMessage() 
    {
        return message;
    }
    public void setState(Long state) 
    {
        this.state = state;
    }
 
    public Long getState() 
    {
        return state;
    }
    public void setIsEnable(Integer isEnable) 
    {
        this.isEnable = isEnable;
    }
 
    public Integer getIsEnable() 
    {
        return isEnable;
    }
    public void setCreateUser(Long createUser) 
    {
        this.createUser = createUser;
    }
 
    public Long getCreateUser() 
    {
        return createUser;
    }
 
    @Override
    public String toString() {
        return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
            .append("id", getId())
            .append("type", getType())
            .append("businessType", getBusinessType())
            .append("frameNum", getFrameNum())
            .append("framePower", getFramePower())
            .append("name", getName())
            .append("province", getProvince())
            .append("city", getCity())
            .append("area", getArea())
            .append("address", getAddress())
            .append("addressExt", getAddressExt())
            .append("building", getBuilding())
            .append("creditCode", getCreditCode())
            .append("mainbody", getMainbody())
            .append("mainbodyHeader", getMainbodyHeader())
            .append("mainbodyType", getMainbodyType())
            .append("investment", getInvestment())
            .append("progress", getProgress())
            .append("productionTime", getProductionTime())
            .append("dcBuildingLevel", getDcBuildingLevel())
            .append("dcAllArea", getDcAllArea())
            .append("dcItArea", getDcItArea())
            .append("buildingType", getBuildingType())
            .append("seismicLevel", getSeismicLevel())
            .append("useType", getUseType())
            .append("pueDesign", getPueDesign())
            .append("waterDesign", getWaterDesign())
            .append("netOperator", getNetOperator())
            .append("netOperatorOther", getNetOperatorOther())
            .append("netLevel", getNetLevel())
            .append("remark", getRemark())
            .append("sort", getSort())
            .append("message", getMessage())
            .append("state", getState())
            .append("isEnable", getIsEnable())
            .append("createTime", getCreateTime())
            .append("updateTime", getUpdateTime())
            .append("createUser", getCreateUser())
            .toString();
    }
}