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

eleme.openapi.sdk.api.entity.product.ChainMenuWithGroupDTO 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 ChainMenuWithGroupDTO{

    /**
     * 菜单信息
     */
    private ChainMenuDTO chainMenuDTO;
    public ChainMenuDTO getChainMenuDTO() {
        return chainMenuDTO;
    }
    public void setChainMenuDTO(ChainMenuDTO chainMenuDTO) {
        this.chainMenuDTO = chainMenuDTO;
    }
    
    /**
     * 菜单下分组信息
     */
    private List chainGroupDTOs;
    public List getChainGroupDTOs() {
        return chainGroupDTOs;
    }
    public void setChainGroupDTOs(List chainGroupDTOs) {
        this.chainGroupDTOs = chainGroupDTOs;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy