| | |
| | | private String createTime; |
| | | private String appId; |
| | | private String name; |
| | | private String appSecret; |
| | | //private String appSecret; |
| | | private String statusCd; |
| | | private String weChatId; |
| | | private String bId; |
| | | private String storeId; |
| | | private String payPassword; |
| | | //private String payPassword; |
| | | private String remarks; |
| | | private String objId; |
| | | private String objType; |
| | |
| | | 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; |