| | |
| | | public static final String STATE_WAIT = "W"; |
| | | public static final String STATE_DOING = "D"; |
| | | public static final String STATE_FINISH = "F"; |
| | | public static final String STATE_ERROR = "E"; |
| | | |
| | | //催缴方式,001 仅短信方式 002 短信微信方式 003 仅微信方式 |
| | | public static final String COLLECTION_WAY_SMS = "001"; |
| | | public static final String COLLECTION_WAY_WECHAT = "002"; |
| | | public static final String COLLECTION_WAY_WECHAT_SMS = "003"; |
| | | public static final String COLLECTION_WAY_WECHAT_SMS = "002"; |
| | | public static final String COLLECTION_WAY_WECHAT = "003"; |
| | | |
| | | private String orderId; |
| | | private String staffName; |
| | |
| | | private String communityId; |
| | | private String collectionWay; |
| | | private String staffId; |
| | | private String remarks; |
| | | private String remark; |
| | | private String collectionName; |
| | | |
| | | |
| | |
| | | this.staffId = staffId; |
| | | } |
| | | |
| | | public String getRemarks() { |
| | | return remarks; |
| | | public String getRemark() { |
| | | return remark; |
| | | } |
| | | |
| | | public void setRemarks(String remarks) { |
| | | this.remarks = remarks; |
| | | public void setRemark(String remark) { |
| | | this.remark = remark; |
| | | } |
| | | |
| | | public String getCollectionName() { |