| | |
| | | */ |
| | | public class ItemReleasePo implements Serializable { |
| | | |
| | | private String amount; |
| | | |
| | | private String applyCompany; |
| | | private String idCard; |
| | | private String passTime; |
| | |
| | | private String typeId; |
| | | private String state; |
| | | private String communityId; |
| | | private String createUserId; |
| | | |
| | | public String getAmount() { |
| | | return amount; |
| | | } |
| | | |
| | | public void setAmount(String amount) { |
| | | this.amount = amount; |
| | | } |
| | | |
| | | public String getApplyCompany() { |
| | | return applyCompany; |
| | |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getCreateUserId() { |
| | | return createUserId; |
| | | } |
| | | |
| | | public void setCreateUserId(String createUserId) { |
| | | this.createUserId = createUserId; |
| | | } |
| | | } |