| | |
| | | public static final String STATE_WAIT = "W"; //W待审核 |
| | | public static final String STATE_DOING = "D"; //审核中 |
| | | public static final String STATE_COMPLETE = "C"; //审核完成 |
| | | public static final String STATE_FAIT = "W"; //审核失败 |
| | | public static final String STATE_FAIT = "F"; //审核失败 |
| | | |
| | | |
| | | private String amount; |
| | |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String createUserId; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | |
| | | public void setIrIds(String[] irIds) { |
| | | this.irIds = irIds; |
| | | } |
| | | |
| | | public String getCreateUserId() { |
| | | return createUserId; |
| | | } |
| | | |
| | | public void setCreateUserId(String createUserId) { |
| | | this.createUserId = createUserId; |
| | | } |
| | | } |