| | |
| | | package com.java110.po.resourceStoreUseRecord; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Date; |
| | | |
| | | public class ResourceStoreUseRecordPo implements Serializable { |
| | | |
| | |
| | | private String resId; |
| | | private String communityId; |
| | | private String resName; |
| | | private String resourceStoreName; |
| | | //1001 报废回收 2002 工单损耗 3003 公用损耗 |
| | | private String state; |
| | | |
| | | private String statusCd; |
| | | |
| | | public String getRepairId() { |
| | | return repairId; |
| | |
| | | public void setResName(String resName) { |
| | | this.resName = resName; |
| | | } |
| | | |
| | | public String getResourceStoreName() { |
| | | return resourceStoreName; |
| | | } |
| | | |
| | | public void setResourceStoreName(String resourceStoreName) { |
| | | this.resourceStoreName = resourceStoreName; |
| | | } |
| | | |
| | | public String getState() { |
| | | return state; |
| | | } |
| | | |
| | | public void setState(String state) { |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |