| | |
| | | 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; |
| | |
| | | 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; |
| | | } |
| | | } |