Skip to content

Commit

Permalink
Update PmsProductResult.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed May 13, 2020
1 parent a345b6e commit 20013a6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package com.macro.mall.dto;

import io.swagger.annotations.ApiModelProperty;

/**
* 查询单个产品进行修改时返回的结果
* Created by macro on 2018/4/26.
*/
public class PmsProductResult extends PmsProductParam {
//商品所选分类的父id
@ApiModelProperty("商品所选分类的父id")
private Long cateParentId;

public Long getCateParentId() {
Expand Down

0 comments on commit 20013a6

Please sign in to comment.