| | |
| | | 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 Date createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | | |
| | | |
| | | |
| | | public String getPlanType() { |
| | |
| | | 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; |
| | | } |
| | | } |