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

k.e.book.ddh.entity.CcOrderAttributeDOItemDetail Maven / Gradle / Ivy

package k.e.book.ddh.entity;

import lombok.Data;

import java.io.Serializable;

/**
 * product,market,box,box_market
 */
@Data
public class CcOrderAttributeDOItemDetail implements Serializable {
    private String type;
    private Long product_id;
    private String subject;

    private Long item_id;

    private Long market_id;
    private Long user_collect_id;
    private Long seller_id;

    private Long box_id;


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy