15178832520
2020-06-11 f551026ffbfc37ff79bae0aef0e16264fc49e7d5
java110-bean/src/main/java/com/java110/vo/api/smallWeChat/ApiSmallWeChatDataVo.java
@@ -9,12 +9,12 @@
    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;
@@ -53,13 +53,7 @@
        this.name = name;
    }
    public String getAppSecret() {
        return appSecret;
    }
    public void setAppSecret(String appSecret) {
        this.appSecret = appSecret;
    }
    public String getStatusCd() {
        return statusCd;
@@ -93,13 +87,6 @@
        this.storeId = storeId;
    }
    public String getPayPassword() {
        return payPassword;
    }
    public void setPayPassword(String payPassword) {
        this.payPassword = payPassword;
    }
    public String getRemarks() {
        return remarks;