| | |
| | | |
| | | public static final String RES_ORDER_TYPE_ENTER = "10000"; //采购入库 |
| | | public static final String RES_ORDER_TYPE_OUT = "20000"; //出库 |
| | | |
| | | public static final String STATE_WAIT_DEAL = "1000"; // 等待处理 |
| | | public static final String STATE_DEALING = "1001"; // 审核中 |
| | | |
| | |
| | | private String endUserName; |
| | | private String endUserTel; |
| | | private List<PurchaseApplyDetailVo> purchaseApplyDetailVo; |
| | | |
| | | private String createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | private String currentUserId; |
| | | private String processInstanceId; |
| | | private String taskId; |
| | |
| | | private String staffName; |
| | | private String staffTel; |
| | | private String startUserId; |
| | | |
| | | |
| | | |
| | | |
| | | public String getResOrderType() { |
| | | return resOrderType; |
| | |
| | | public void setStartUserId(String startUserId) { |
| | | this.startUserId = startUserId; |
| | | } |
| | | |
| | | } |