Skip to content

Commit

Permalink
Update ProductAttrInfo.java
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed May 14, 2020
1 parent 20013a6 commit 9e70f30
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
package com.macro.mall.dto;


import io.swagger.annotations.ApiModelProperty;

/**
* 商品分类对应属性信息
* Created by macro on 2018/5/23.
*/
public class ProductAttrInfo {
@ApiModelProperty("商品属性ID")
private Long attributeId;
@ApiModelProperty("商品属性分类ID")
private Long attributeCategoryId;

public Long getAttributeId() {
Expand Down

0 comments on commit 9e70f30

Please sign in to comment.