java110
2021-12-22 c29e5eba528fd4e811c4e27bee99e5032c6fd54d
java110-bean/src/main/java/com/java110/vo/api/smallWeChat/ApiSmallWeChatDataVo.java
old mode 100644 new mode 100755
@@ -16,6 +16,11 @@
    private String storeId;
    private String payPassword;
    private String remarks;
    private String objId;
    private String objType;
    private String mchId;
    private String objTypeName;
    private String wId;
    public String getOperate() {
        return operate;
@@ -49,13 +54,7 @@
        this.name = name;
    }
    public String getAppSecret() {
        return appSecret;
    }
    public void setAppSecret(String appSecret) {
        this.appSecret = appSecret;
    }
    public String getStatusCd() {
        return statusCd;
@@ -89,13 +88,6 @@
        this.storeId = storeId;
    }
    public String getPayPassword() {
        return payPassword;
    }
    public void setPayPassword(String payPassword) {
        this.payPassword = payPassword;
    }
    public String getRemarks() {
        return remarks;
@@ -105,5 +97,67 @@
        this.remarks = remarks;
    }
    public String getbId() {
        return bId;
    }
    public void setbId(String bId) {
        this.bId = bId;
    }
    public String getObjId() {
        return objId;
    }
    public void setObjId(String objId) {
        this.objId = objId;
    }
    public String getObjType() {
        return objType;
    }
    public void setObjType(String objType) {
        this.objType = objType;
    }
    public String getMchId() {
        return mchId;
    }
    public void setMchId(String mchId) {
        this.mchId = mchId;
    }
    public String getObjTypeName() {
        return objTypeName;
    }
    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;
    }
}