| | |
| | | public static final String STATE_W = "11";//11 待审核 22 审核通过 33 审核失败 |
| | | public static final String STATE_S = "22";//11 待审核 22 审核通过 33 审核失败 |
| | | public static final String STATE_F = "33";//11 待审核 22 审核通过 33 审核失败 |
| | | |
| | | public static final String PLAN_TYPE_CHANGE_ROOM = "3003"; |
| | | private String planType; |
| | | private String planTypeName; |
| | | private String contractId; |
| | | private String planId; |
| | | private String[] planIds; |
| | | private String remark; |
| | | private String changePerson; |
| | | private String changePersonName; |
| | | private String state; |
| | | private String storeId; |
| | | private String nextUserId; |
| | | |
| | | |
| | | private Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | |
| | | |
| | | public String getPlanType() { |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getPlanTypeName() { |
| | | return planTypeName; |
| | | } |
| | | |
| | | public void setPlanTypeName(String planTypeName) { |
| | | this.planTypeName = planTypeName; |
| | | } |
| | | |
| | | public String getChangePersonName() { |
| | | return changePersonName; |
| | | } |
| | | |
| | | public void setChangePersonName(String changePersonName) { |
| | | this.changePersonName = changePersonName; |
| | | } |
| | | |
| | | public String[] getPlanIds() { |
| | | return planIds; |
| | | } |
| | | |
| | | public void setPlanIds(String[] planIds) { |
| | | this.planIds = planIds; |
| | | } |
| | | |
| | | @Override |
| | | public String getNextUserId() { |
| | | return nextUserId; |
| | | } |
| | | |
| | | @Override |
| | | public void setNextUserId(String nextUserId) { |
| | | this.nextUserId = nextUserId; |
| | | } |
| | | } |