| | |
| | | public static final String STORE_TYPE_ALLOCATION = "10000"; //调拨 |
| | | public static final String STORE_TYPE_RETURN = "20000"; |
| | | public static final String STORE_TYPE_URGENT_ALLOCATION = "30000"; //紧急调拨 |
| | | public static final String STATE_END = "1202"; // 状态,1201 调拨审核 1202 调拨完成 1202 调拨失败 |
| | | public static final String STATE_DEALING = "1201"; // 状态,1201 调拨审核 1202 调拨完成 1202 调拨失败 |
| | | public static final String STATE_NOT_PASS = "1202"; // 状态,1201 调拨审核 1202 调拨完成 1202 调拨失败 |
| | | |
| | | |
| | | private String applyId; |
| | | private String[] applyIds; |
| | |
| | | private String communityId; |
| | | private String nextUserId; |
| | | |
| | | private Date createTime; |
| | | private String createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | |
| | | private String applyTypeName; |
| | | //调拨源仓库 |
| | | private String shId; |
| | | |
| | | private String storeManager; |
| | | |
| | | private String processDefinitionKey; |
| | | |
| | | public String getApplyId() { |
| | | return applyId; |
| | |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public Date getCreateTime() { |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | |
| | | public void setNextUserId(String nextUserId) { |
| | | this.nextUserId = nextUserId; |
| | | } |
| | | |
| | | public String getStoreManager() { |
| | | return storeManager; |
| | | } |
| | | |
| | | public void setStoreManager(String storeManager) { |
| | | this.storeManager = storeManager; |
| | | } |
| | | |
| | | public String getProcessDefinitionKey() { |
| | | return processDefinitionKey; |
| | | } |
| | | |
| | | public void setProcessDefinitionKey(String processDefinitionKey) { |
| | | this.processDefinitionKey = processDefinitionKey; |
| | | } |
| | | } |