| | |
| | | package com.java110.po.contract; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.List; |
| | | import com.java110.dto.community.CommunityAttrDto; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | @Data |
| | | public class ContractPo implements Serializable { |
| | | |
| | | private String aLink; |
| | |
| | | private String objPersonName; |
| | | private String objPersonId; |
| | | private String startUserId; |
| | | |
| | | private String aPartyaId; |
| | | private String bPartyaId; |
| | | private String cPartyaId; |
| | | |
| | | private String communityId; |
| | | |
| | | |
| | | private String communityArea; |
| | | |
| | | private String qrCode; |
| | | |
| | | |
| | | private String storeName; |
| | | |
| | | private List<CommunityAttrDto> communityAttrDtos; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String projectAddressProvince; |
| | | |
| | | private String projectAddressCity; |
| | | |
| | | private String projectAddressDistrict; |
| | | |
| | | private String projectAddressTown; |
| | | |
| | | private String projectAddressRoad; |
| | | |
| | | private String houseCompletionDate; |
| | | |
| | | private String projectNature; |
| | | |
| | | private String projectType; |
| | | |
| | | private String projectLandArea; |
| | | |
| | | private String totalConstructionArea; |
| | | |
| | | private String chargeableTotalArea; |
| | | |
| | | private String chargeableAreaMultilayer; |
| | | |
| | | private String chargeableAreaHighRise1; |
| | | |
| | | private String chargeableAreaHighRiseUp; |
| | | |
| | | private String chargeableAreaShop; |
| | | |
| | | private String chargeableAreaVilla; |
| | | |
| | | private String chargeableAreaOffice; |
| | | |
| | | private String chargeableAreaCommercialHouse; |
| | | |
| | | private String greenArea; |
| | | |
| | | private String areaDetails; |
| | | |
| | | private String propertyManagementAddress; |
| | | |
| | | private String propertyManagerName; |
| | | |
| | | private String propertyManagerPhone; |
| | | |
| | | private String dayRepairPhone; |
| | | |
| | | private String nightRepairPhone; |
| | | |
| | | private String projectManager; |
| | | |
| | | private String hasManagerCertificate; |
| | | |
| | | private String certificateName; |
| | | |
| | | private String managerCertificateNo; |
| | | |
| | | private String managerPhone; |
| | | |
| | | private String neighborhoodCommitteeName; |
| | | |
| | | private String neighborhoodCommitteeAddress; |
| | | |
| | | private String neighborhoodSecretary; |
| | | |
| | | private String neighborhoodOfficePhone; |
| | | |
| | | private String secretaryPhone; |
| | | |
| | | private String ownersCommitteeAddress; |
| | | |
| | | private String ownersCommitteeChairman; |
| | | |
| | | private String chairmanPhone; |
| | | |
| | | private String fireHydrantCount; |
| | | |
| | | private String fireChannelCount; |
| | | |
| | | private String waterTankCount; |
| | | |
| | | private String reservoirCount; |
| | | |
| | | private String totalMotorVehicleSpaces; |
| | | |
| | | private String groundMotorVehicleSpaces; |
| | | |
| | | private String undergroundMotorVehicleSpaces; |
| | | |
| | | private String newEnergyChargingPiles; |
| | | |
| | | private String nonMotorVehicleChargingPoints; |
| | | |
| | | private String groundNonMotorVehicleArea; |
| | | |
| | | private String undergroundNonMotorVehicleArea; |
| | | |
| | | private String clubhouseArea; |
| | | |
| | | private String hasDecorationRubbishPoint; |
| | | |
| | | private String securityEntranceCount; |
| | | |
| | | private String elevatorCount; |
| | | |
| | | private String elevatorType; |
| | | |
| | | private String elevatorInstallDate; |
| | | |
| | | private String elevatorServiceLife; |
| | | |
| | | private String elevatorBrand1; |
| | | |
| | | private String elevatorBrand2; |
| | | |
| | | private String monitorCount; |
| | | |
| | | private String monitorMaintenanceCompany; |
| | | |
| | | private String barrierGateCount; |
| | | |
| | | private String barrierGateBrand; |
| | | |
| | | private String barrierSupplierContact; |
| | | |
| | | private String barrierSupplierPhone; |
| | | |
| | | private String waterPumpCount; |
| | | |
| | | private String groundParkingSpaces; |
| | | |
| | | private String undergroundParkingSpaces; |
| | | |
| | | private String groundNonMechanicalFee; |
| | | |
| | | private String garageNonMechanicalFee; |
| | | |
| | | private String temporaryHourlyFee; |
| | | |
| | | private String temporaryDailyFee; |
| | | |
| | | private String temporaryPerTimeFee; |
| | | |
| | | private String totalBuildingCount; |
| | | |
| | | private String buildingUnitCount; |
| | | |
| | | private String highRiseBuildingCount; |
| | | |
| | | private String multilayerVillaBuildingCount; |
| | | |
| | | private String residentialHouseholdCount; |
| | | |
| | | private String shopHouseholdCount; |
| | | |
| | | private String publicArea; |
| | | |
| | | private String propertyRoomArea; |
| | | |
| | | private List<ContractFilePo> contractFilePo; |
| | | |
| | | public String getaLink() { |
| | |
| | | public void setcContacts(String cContacts) { |
| | | this.cContacts = cContacts; |
| | | } |
| | | |
| | | public String getaPartyaId() { |
| | | return aPartyaId; |
| | | } |
| | | |
| | | public void setaPartyaId(String aPartyaId) { |
| | | this.aPartyaId = aPartyaId; |
| | | } |
| | | |
| | | public String getbPartyaId() { |
| | | return bPartyaId; |
| | | } |
| | | |
| | | public void setbPartyaId(String bPartyaId) { |
| | | this.bPartyaId = bPartyaId; |
| | | } |
| | | |
| | | public String getcPartyaId() { |
| | | return cPartyaId; |
| | | } |
| | | |
| | | public void setcPartyaId(String cPartyaId) { |
| | | this.cPartyaId = cPartyaId; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | } |