|
@@ -9,6 +9,7 @@ import com.fs.common.annotation.Excel;
|
|
|
import com.fs.common.core.domain.BaseEntity;
|
|
|
import com.fs.store.dto.StoreOrderProductDTO;
|
|
|
import lombok.Data;
|
|
|
+import lombok.EqualsAndHashCode;
|
|
|
import org.springframework.util.CollectionUtils;
|
|
|
|
|
|
/**
|
|
@@ -17,6 +18,7 @@ import org.springframework.util.CollectionUtils;
|
|
|
* @author fs
|
|
|
* @date 2022-07-14
|
|
|
*/
|
|
|
+@EqualsAndHashCode(callSuper = true)
|
|
|
@Data
|
|
|
public class FsStoreProductPackage extends BaseEntity
|
|
|
{
|