package com.salesmanager.shop.model.catalog.product.attribute; import java.io.Serializable; public class PersistableProductAttribute extends ProductAttributeEntity implements Serializable { /** * */ private static final long serialVersionUID = 1L; }