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

eleme.openapi.sdk.api.entity.product.OSyncMenuGroupResult Maven / Gradle / Ivy

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

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

public class OSyncMenuGroupResult{

    /**
     * 菜单分组id
     */
    private Long menuGroupId;
    public Long getMenuGroupId() {
        return menuGroupId;
    }
    public void setMenuGroupId(Long menuGroupId) {
        this.menuGroupId = menuGroupId;
    }
    
    /**
     * 菜单分组外部编码
     */
    private String menuGroupOutCode;
    public String getMenuGroupOutCode() {
        return menuGroupOutCode;
    }
    public void setMenuGroupOutCode(String menuGroupOutCode) {
        this.menuGroupOutCode = menuGroupOutCode;
    }
    
    /**
     * 是否成功
     */
    private Boolean success;
    public Boolean getSuccess() {
        return success;
    }
    public void setSuccess(Boolean success) {
        this.success = success;
    }
    
    /**
     * 同步结果信息
     */
    private String message;
    public String getMessage() {
        return message;
    }
    public void setMessage(String message) {
        this.message = message;
    }
    
    /**
     * 同步到门店分类id
     */
    private Long categoryId;
    public Long getCategoryId() {
        return categoryId;
    }
    public void setCategoryId(Long categoryId) {
        this.categoryId = categoryId;
    }
    
    /**
     * 分类名称
     */
    private String categoryName;
    public String getCategoryName() {
        return categoryName;
    }
    public void setCategoryName(String categoryName) {
        this.categoryName = categoryName;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy