删除已经迁移完的商品代码
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
package cn.iocoder.mall.productservice.rpc.attr.dto;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 商品规格 KEY + VALUE 对的 Response DTO
|
||||
*/
|
||||
public class ProductAttrKeyValueRespDTO {
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
public class ProductAttrKeyValueRespDTO implements Serializable {
|
||||
|
||||
/**
|
||||
* 规格 KEY 编号
|
||||
|
||||
Reference in New Issue
Block a user