old mode 100644
new mode 100755
| | |
| | | private String appSecret; |
| | | private String statusCd; |
| | | private String weChatId; |
| | | private String wechatId; |
| | | private String bId; |
| | | private String storeId; |
| | | private String payPassword; |
| | |
| | | private String objId; |
| | | private String objType; |
| | | private String mchId; |
| | | private String mchName; |
| | | private String objTypeName; |
| | | private String wId; |
| | | private String certPath; |
| | | |
| | | public String getOperate() { |
| | | return operate; |
| | |
| | | this.name = name; |
| | | } |
| | | |
| | | public String getAppSecret() { |
| | | return appSecret; |
| | | } |
| | | |
| | | public void setAppSecret(String appSecret) { |
| | | this.appSecret = appSecret; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | |
| | | this.storeId = storeId; |
| | | } |
| | | |
| | | public String getPayPassword() { |
| | | return payPassword; |
| | | } |
| | | |
| | | public void setPayPassword(String payPassword) { |
| | | this.payPassword = payPassword; |
| | | } |
| | | |
| | | public String getRemarks() { |
| | | return remarks; |
| | |
| | | public void setObjTypeName(String objTypeName) { |
| | | this.objTypeName = objTypeName; |
| | | } |
| | | |
| | | public String getAppSecret() { |
| | | return appSecret; |
| | | } |
| | | |
| | | public void setAppSecret(String appSecret) { |
| | | this.appSecret = appSecret; |
| | | } |
| | | |
| | | public String getPayPassword() { |
| | | return payPassword; |
| | | } |
| | | |
| | | public void setPayPassword(String payPassword) { |
| | | this.payPassword = payPassword; |
| | | } |
| | | |
| | | public String getwId() { |
| | | return wId; |
| | | } |
| | | |
| | | public void setwId(String wId) { |
| | | this.wId = wId; |
| | | } |
| | | |
| | | public String getWechatId() { |
| | | return wechatId; |
| | | } |
| | | |
| | | public void setWechatId(String wechatId) { |
| | | this.wechatId = wechatId; |
| | | } |
| | | |
| | | public String getCertPath() { |
| | | return certPath; |
| | | } |
| | | |
| | | public void setCertPath(String certPath) { |
| | | this.certPath = certPath; |
| | | } |
| | | |
| | | public String getMchName() { |
| | | return mchName; |
| | | } |
| | | |
| | | public void setMchName(String mchName) { |
| | | this.mchName = mchName; |
| | | } |
| | | } |