| | |
| | | package com.java110.dto.chargeMachineFactory; |
| | | |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.chargeMachineFactorySpec.ChargeMachineFactorySpecDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @ClassName FloorDto |
| | |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private List<ChargeMachineFactorySpecDto> specs; |
| | | |
| | | |
| | | public String getFactoryId() { |
| | | return factoryId; |
| | | } |
| | | |
| | | public void setFactoryId(String factoryId) { |
| | | this.factoryId = factoryId; |
| | | } |
| | | |
| | | public String getFactoryName() { |
| | | return factoryName; |
| | | } |
| | | |
| | | public void setFactoryName(String factoryName) { |
| | | this.factoryName = factoryName; |
| | | } |
| | | |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public String getBeanImpl() { |
| | | return beanImpl; |
| | | } |
| | | |
| | | public void setBeanImpl(String beanImpl) { |
| | | this.beanImpl = beanImpl; |
| | | } |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public List<ChargeMachineFactorySpecDto> getSpecs() { |
| | | return specs; |
| | | } |
| | | |
| | | public void setSpecs(List<ChargeMachineFactorySpecDto> specs) { |
| | | this.specs = specs; |
| | | } |
| | | } |