| | |
| | | |
| | | public static final String STATE_FINISH_FEE = "2000";//已缴费 |
| | | public static final String STATE_WILL_FEE = "1000";//未缴费 |
| | | public static final String STATE_SEND_OWNER = "3000";//未缴费 |
| | | |
| | | private String oweId; |
| | | private String billId; |
| | |
| | | private String payerObjType; |
| | | private String communityId; |
| | | private String state; |
| | | private String stateName; |
| | | private String createTime; |
| | | private String[] ownerIds; |
| | | private String deadlineTime; |
| | |
| | | public void setFeeTypeName(String feeTypeName) { |
| | | this.feeTypeName = feeTypeName; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | } |