mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	【代码优化】商城: 完成代码评审 TODO
This commit is contained in:
		@@ -3,6 +3,8 @@ package cn.iocoder.yudao.module.product.api.spu.dto;
 | 
			
		||||
import cn.iocoder.yudao.module.product.enums.spu.ProductSpuStatusEnum;
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
 | 
			
		||||
import java.util.List;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * 商品 SPU 信息 Response DTO
 | 
			
		||||
 *
 | 
			
		||||
@@ -68,6 +70,13 @@ public class ProductSpuRespDTO {
 | 
			
		||||
 | 
			
		||||
    // ========== 物流相关字段 =========
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 配送方式数组
 | 
			
		||||
     *
 | 
			
		||||
     * 对应 DeliveryTypeEnum 枚举
 | 
			
		||||
     */
 | 
			
		||||
    private List<Integer> deliveryTypes;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 物流配置模板编号
 | 
			
		||||
     *
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user