| | |
| | | public static final String STATE_NOT_PASS = "1004"; // 未通过 |
| | | public static final String WAREHOUSING_TYPE_DIRECT = "10000"; // 直接入库/出库 |
| | | public static final String WAREHOUSING_TYPE_APPLY = "20000"; // 采购申请入库/出库 |
| | | public static final String WAREHOUSING_TYPE_URGENT = "30000"; //紧急采购入库 |
| | | public static final String WEIGHTED_MEAN_TRUE = "10000"; //计算均价 |
| | | public static final String WEIGHTED_MEAN_FALSE = "20000"; |
| | | |
| | | private String resOrderType; |
| | | private String description; |
| | |
| | | private String createUserName; |
| | | private String price; |
| | | private String supplierName; |
| | | private String communityId; |
| | | |
| | | //下级处理人id |
| | | private String taskUserId; |
| | | private String actRuTaskId; |
| | | private String procDefId; |
| | | private String businessKey; |
| | | |
| | | //状态标识 |
| | | private String noticeState; |
| | | |
| | | //查询当月数据标识 |
| | | private String urgentFlag; |
| | | |
| | | public String getResOrderType() { |
| | | return resOrderType; |
| | |
| | | public void setUserId(String userId) { |
| | | this.userId = userId; |
| | | } |
| | | |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | |
| | | public void setbId(String bId) { |
| | | this.bId = bId; |
| | | } |
| | | |
| | | |
| | | public String getEndUserName() { |
| | | return endUserName; |
| | |
| | | public void setSupplierName(String supplierName) { |
| | | this.supplierName = supplierName; |
| | | } |
| | | |
| | | public String getTaskUserId() { |
| | | return taskUserId; |
| | | } |
| | | |
| | | public void setTaskUserId(String taskUserId) { |
| | | this.taskUserId = taskUserId; |
| | | } |
| | | |
| | | public String getActRuTaskId() { |
| | | return actRuTaskId; |
| | | } |
| | | |
| | | public void setActRuTaskId(String actRuTaskId) { |
| | | this.actRuTaskId = actRuTaskId; |
| | | } |
| | | |
| | | public String getProcDefId() { |
| | | return procDefId; |
| | | } |
| | | |
| | | public void setProcDefId(String procDefId) { |
| | | this.procDefId = procDefId; |
| | | } |
| | | |
| | | public String getBusinessKey() { |
| | | return businessKey; |
| | | } |
| | | |
| | | public void setBusinessKey(String businessKey) { |
| | | this.businessKey = businessKey; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | | } |
| | | |
| | | public void setCommunityId(String communityId) { |
| | | this.communityId = communityId; |
| | | } |
| | | |
| | | public String getNoticeState() { |
| | | return noticeState; |
| | | } |
| | | |
| | | public void setNoticeState(String noticeState) { |
| | | this.noticeState = noticeState; |
| | | } |
| | | |
| | | public String getUrgentFlag() { |
| | | return urgentFlag; |
| | | } |
| | | |
| | | public void setUrgentFlag(String urgentFlag) { |
| | | this.urgentFlag = urgentFlag; |
| | | } |
| | | } |