Update PmsProductResult.java

This commit is contained in:
macro 2020-05-13 20:23:14 +08:00
parent a345b6e3e9
commit 20013a6289

View File

@ -1,11 +1,13 @@
package com.macro.mall.dto; package com.macro.mall.dto;
import io.swagger.annotations.ApiModelProperty;
/** /**
* 查询单个产品进行修改时返回的结果 * 查询单个产品进行修改时返回的结果
* Created by macro on 2018/4/26. * Created by macro on 2018/4/26.
*/ */
public class PmsProductResult extends PmsProductParam { public class PmsProductResult extends PmsProductParam {
//商品所选分类的父id @ApiModelProperty("商品所选分类的父id")
private Long cateParentId; private Long cateParentId;
public Long getCateParentId() { public Long getCateParentId() {