商品分类的迁移,完成并测试
This commit is contained in:
@@ -3,12 +3,14 @@ package cn.iocoder.mall.productservice.rpc.category.dto;
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 商品分类列表查询 DTO
|
||||
*/
|
||||
@Data
|
||||
@Accessors(chain = true)
|
||||
public class ProductCategoryListQueryReqDTO {
|
||||
public class ProductCategoryListQueryReqDTO implements Serializable {
|
||||
|
||||
/**
|
||||
* 父编号
|
||||
|
||||
Reference in New Issue
Block a user