From 9a224d216652ef2d6ff2e0bd01fba69c86a3f277 Mon Sep 17 00:00:00 2001
From: yanzhaofeige <yanzhaofeige@qq.com>
Date: Fri, 11 Oct 2024 11:28:55 +0800
Subject: [PATCH] 基础表单更新

---
 cpzidc-bis/src/main/java/com/odcc/cpzidc/bis/domain/IdcUseBase.java |  615 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 615 insertions(+), 0 deletions(-)

diff --git a/cpzidc-bis/src/main/java/com/odcc/cpzidc/bis/domain/IdcUseBase.java b/cpzidc-bis/src/main/java/com/odcc/cpzidc/bis/domain/IdcUseBase.java
new file mode 100644
index 0000000..b86c1f4
--- /dev/null
+++ b/cpzidc-bis/src/main/java/com/odcc/cpzidc/bis/domain/IdcUseBase.java
@@ -0,0 +1,615 @@
+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_use_base
+ * 
+ * @author ruoyi
+ * @date 2024-10-10
+ */
+public class IdcUseBase extends BaseEntity
+{
+    private static final long serialVersionUID = 1L;
+
+    /** 序号 */
+    private Long id;
+
+    /** 在建转过来的表ID */
+    @Excel(name = "在建转过来的表ID")
+    private Long buildId;
+
+    /** 编号 */
+    @Excel(name = "编号")
+    private String idcNo;
+
+    /** 规模类型 */
+    @Excel(name = "规模类型")
+    private Integer type;
+
+    /** 业务类型 */
+    @Excel(name = "业务类型")
+    private Integer 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 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 cityElectricityType;
+
+    /** 市电引入方式,其它 */
+    @Excel(name = "市电引入方式,其它")
+    private String cityElectricityTypeOther;
+
+    /** 总配电量(KWA) */
+    @Excel(name = "总配电量(KWA)")
+    private BigDecimal powerDistribution;
+
+    /** 用电类型 */
+    @Excel(name = "用电类型")
+    private String electricityType;
+
+    /** 用电类型_其它 */
+    @Excel(name = "用电类型_其它")
+    private String electricityTypeOther;
+
+    /** 设计PUE */
+    @Excel(name = "设计PUE")
+    private BigDecimal pueDesign;
+
+    /** 设计全年用水量 */
+    @Excel(name = "设计全年用水量")
+    private String waterDesign;
+
+    /** 接入网络级别 */
+    @Excel(name = "接入网络级别")
+    private String netLevel;
+
+    /** 链接的运营商 */
+    @Excel(name = "链接的运营商")
+    private String netOperator;
+
+    /** 链接的运营商_其它 */
+    @Excel(name = "链接的运营商_其它")
+    private String netOperatorOther;
+
+    /** 制冷方式 */
+    @Excel(name = "制冷方式")
+    private String airRefrigerationType;
+
+    /** 制冷方式_其它 */
+    @Excel(name = "制冷方式_其它")
+    private String airRefrigerationTypeOther;
+
+    /** 排序 */
+    @Excel(name = "排序")
+    private Long sort;
+
+    /** 反馈信息 */
+    @Excel(name = "反馈信息")
+    private String message;
+
+    /** 状态 */
+    @Excel(name = "状态")
+    private Long state;
+
+    /** 是否可用 */
+    @Excel(name = "是否可用")
+    private Integer isEnable;
+
+    /** 创建者 */
+    @Excel(name = "创建者")
+    private Long createUser;
+
+    /** 更新者 */
+    @Excel(name = "更新者")
+    private Long updateUser;
+
+    public void setId(Long id) 
+    {
+        this.id = id;
+    }
+
+    public Long getId() 
+    {
+        return id;
+    }
+    public void setBuildId(Long buildId) 
+    {
+        this.buildId = buildId;
+    }
+
+    public Long getBuildId() 
+    {
+        return buildId;
+    }
+    public void setIdcNo(String idcNo) 
+    {
+        this.idcNo = idcNo;
+    }
+
+    public String getIdcNo() 
+    {
+        return idcNo;
+    }
+    public void setType(Integer type) 
+    {
+        this.type = type;
+    }
+
+    public Integer getType() 
+    {
+        return type;
+    }
+    public void setBusinessType(Integer businessType) 
+    {
+        this.businessType = businessType;
+    }
+
+    public Integer 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 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 setCityElectricityType(String cityElectricityType) 
+    {
+        this.cityElectricityType = cityElectricityType;
+    }
+
+    public String getCityElectricityType() 
+    {
+        return cityElectricityType;
+    }
+    public void setCityElectricityTypeOther(String cityElectricityTypeOther) 
+    {
+        this.cityElectricityTypeOther = cityElectricityTypeOther;
+    }
+
+    public String getCityElectricityTypeOther() 
+    {
+        return cityElectricityTypeOther;
+    }
+    public void setPowerDistribution(BigDecimal powerDistribution) 
+    {
+        this.powerDistribution = powerDistribution;
+    }
+
+    public BigDecimal getPowerDistribution() 
+    {
+        return powerDistribution;
+    }
+    public void setElectricityType(String electricityType) 
+    {
+        this.electricityType = electricityType;
+    }
+
+    public String getElectricityType() 
+    {
+        return electricityType;
+    }
+    public void setElectricityTypeOther(String electricityTypeOther) 
+    {
+        this.electricityTypeOther = electricityTypeOther;
+    }
+
+    public String getElectricityTypeOther() 
+    {
+        return electricityTypeOther;
+    }
+    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 setNetLevel(String netLevel) 
+    {
+        this.netLevel = netLevel;
+    }
+
+    public String getNetLevel() 
+    {
+        return netLevel;
+    }
+    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 setAirRefrigerationType(String airRefrigerationType) 
+    {
+        this.airRefrigerationType = airRefrigerationType;
+    }
+
+    public String getAirRefrigerationType() 
+    {
+        return airRefrigerationType;
+    }
+    public void setAirRefrigerationTypeOther(String airRefrigerationTypeOther) 
+    {
+        this.airRefrigerationTypeOther = airRefrigerationTypeOther;
+    }
+
+    public String getAirRefrigerationTypeOther() 
+    {
+        return airRefrigerationTypeOther;
+    }
+    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;
+    }
+    public void setUpdateUser(Long updateUser) 
+    {
+        this.updateUser = updateUser;
+    }
+
+    public Long getUpdateUser() 
+    {
+        return updateUser;
+    }
+
+    @Override
+    public String toString() {
+        return new ToStringBuilder(this,ToStringStyle.MULTI_LINE_STYLE)
+            .append("id", getId())
+            .append("buildId", getBuildId())
+            .append("idcNo", getIdcNo())
+            .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("productionTime", getProductionTime())
+            .append("dcBuildingLevel", getDcBuildingLevel())
+            .append("dcAllArea", getDcAllArea())
+            .append("dcItArea", getDcItArea())
+            .append("buildingType", getBuildingType())
+            .append("cityElectricityType", getCityElectricityType())
+            .append("cityElectricityTypeOther", getCityElectricityTypeOther())
+            .append("powerDistribution", getPowerDistribution())
+            .append("electricityType", getElectricityType())
+            .append("electricityTypeOther", getElectricityTypeOther())
+            .append("pueDesign", getPueDesign())
+            .append("waterDesign", getWaterDesign())
+            .append("netLevel", getNetLevel())
+            .append("netOperator", getNetOperator())
+            .append("netOperatorOther", getNetOperatorOther())
+            .append("airRefrigerationType", getAirRefrigerationType())
+            .append("airRefrigerationTypeOther", getAirRefrigerationTypeOther())
+            .append("sort", getSort())
+            .append("message", getMessage())
+            .append("state", getState())
+            .append("isEnable", getIsEnable())
+            .append("createUser", getCreateUser())
+            .append("createTime", getCreateTime())
+            .append("updateUser", getUpdateUser())
+            .append("updateTime", getUpdateTime())
+            .append("remark", getRemark())
+            .toString();
+    }
+}

--
Gitblit v1.9.3