server/service/src/main/java/com/doumee/dao/business/model/GoodsParam.java
@@ -1,5 +1,6 @@ package com.doumee.dao.business.model; import com.baomidou.mybatisplus.annotation.TableField; import com.doumee.core.annotation.excel.ExcelColumn; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @@ -74,5 +75,8 @@ @ApiModelProperty(value = "商品编码(关联goods表)", example = "1") @ExcelColumn(name="商品编码(关联goods表)") private Integer goodsId; @ApiModelProperty(value = "分类编码 ", example = "1") @TableField(exist = false) private Integer categoryId; }