| | |
| | | |
| | | public static final String REPAIR_EVENT_PAY_USER = "payUser"; |
| | | |
| | | public static final String STATE_DOING = "10001";// 处理中 |
| | | public static final String STATE_CLOSE = "10002";// 结单 |
| | | public static final String STATE_BACK = "10003";// 退单 |
| | | public static final String STATE_TRANSFER = "10004";// 转单 |
| | | public static final String STATE_SUBMIT = "10005";// 提交 |
| | | |
| | | public static final String STATE_DOING = "10001";// 处理中 |
| | | public static final String STATE_CLOSE = "10002";// 结单 |
| | | public static final String STATE_BACK = "10003";// 退单 |
| | | public static final String STATE_TRANSFER = "10004";// 转单 |
| | | public static final String STATE_SUBMIT = "10005";// 提交 |
| | | |
| | | |
| | | private String context; |
| | |
| | | private String communityId; |
| | | private String userId; |
| | | private String userName; |
| | | private String bId; |
| | | |
| | | private String staffId; |
| | | private String staffName; |
| | | private String preStaffId; |
| | | private String preStaffName; |
| | | private String preRuId; |
| | | private Date startTime; |
| | | private Date endTime; |
| | | private String repairEvent; |
| | |
| | | public void setStates(String[] states) { |
| | | this.states = states; |
| | | } |
| | | |
| | | public String getPreRuId() { |
| | | return preRuId; |
| | | } |
| | | |
| | | public void setPreRuId(String preRuId) { |
| | | this.preRuId = preRuId; |
| | | } |
| | | public String getbId() { |
| | | return bId; |
| | | } |
| | | |
| | | public void setbId(String bId) { |
| | | this.bId = bId; |
| | | } |
| | | } |