old mode 100644
new mode 100755
| | |
| | | private String menuValue; |
| | | private String communityId; |
| | | private String wechatMenuId; |
| | | private String parentMenuId; |
| | | private String seq; |
| | | private String statusCd="0"; |
| | | |
| | | public String getPagepath() { |
| | | return pagepath; |
| | |
| | | this.wechatMenuId = wechatMenuId; |
| | | } |
| | | |
| | | public String getParentMenuId() { |
| | | return parentMenuId; |
| | | } |
| | | |
| | | public void setParentMenuId(String parentMenuId) { |
| | | this.parentMenuId = parentMenuId; |
| | | } |
| | | |
| | | public String getSeq() { |
| | | return seq; |
| | | } |
| | | |
| | | public void setSeq(String seq) { |
| | | this.seq = seq; |
| | | } |
| | | |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | | } |
| | | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | } |