|
|
@ -72,5 +72,9 @@ public class ProductInformationVo implements Vo { |
|
|
|
|
|
|
|
@ApiModelProperty("第二代码") |
|
|
|
private String secondCode; |
|
|
|
@ApiModelProperty("规格长宽高") |
|
|
|
private String description; |
|
|
|
@ApiModelProperty("最新进价(需要每次导入采购订单更新的)") |
|
|
|
private String newestPurchasePrice; |
|
|
|
|
|
|
|
} |
|
|
|