All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eleme.openapi.sdk.api.entity.shop.ProcessStatusResult Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.shop;

import eleme.openapi.sdk.api.enumeration.shop.*;
import eleme.openapi.sdk.api.entity.shop.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class ProcessStatusResult{

    /**
     * 审核结果
     */
    private String auditResult;
    public String getAuditResult() {
        return auditResult;
    }
    public void setAuditResult(String auditResult) {
        this.auditResult = auditResult;
    }
    
    /**
     * shopId
     */
    private Long shopId;
    public Long getShopId() {
        return shopId;
    }
    public void setShopId(Long shopId) {
        this.shopId = shopId;
    }
    
    /**
     * 驳回原因
     */
    private String refusedMsg;
    public String getRefusedMsg() {
        return refusedMsg;
    }
    public void setRefusedMsg(String refusedMsg) {
        this.refusedMsg = refusedMsg;
    }
    
    /**
     * 请求记录
     */
    private OpenStoreRecord openStoreRecord;
    public OpenStoreRecord getOpenStoreRecord() {
        return openStoreRecord;
    }
    public void setOpenStoreRecord(OpenStoreRecord openStoreRecord) {
        this.openStoreRecord = openStoreRecord;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy