| | |
| | | |
| | | private String applyId; |
| | | private String[] applyIds; |
| | | private String bId; |
| | | private String startUserId; |
| | | private String startUserName; |
| | | private String applyCount; |
| | |
| | | //调拨返还状态标识 |
| | | private String applyType; |
| | | private String applyTypeName; |
| | | //调拨源仓库 |
| | | private String shId; |
| | | |
| | | public String getApplyId() { |
| | | return applyId; |
| | |
| | | public void setApplyTypeName(String applyTypeName) { |
| | | this.applyTypeName = applyTypeName; |
| | | } |
| | | |
| | | public String getbId() { |
| | | return bId; |
| | | } |
| | | |
| | | public void setbId(String bId) { |
| | | this.bId = bId; |
| | | } |
| | | |
| | | public String getShId() { |
| | | return shId; |
| | | } |
| | | |
| | | public void setShId(String shId) { |
| | | this.shId = shId; |
| | | } |
| | | } |