|
@@ -1,6 +1,7 @@
|
|
package com.gree.mall.manager.bean.goods;
|
|
package com.gree.mall.manager.bean.goods;
|
|
|
|
|
|
import com.gree.mall.manager.plus.entity.GoodsApply;
|
|
import com.gree.mall.manager.plus.entity.GoodsApply;
|
|
|
|
+import com.gree.mall.manager.plus.entity.GoodsApplyItem;
|
|
import com.gree.mall.manager.plus.entity.GoodsSpec;
|
|
import com.gree.mall.manager.plus.entity.GoodsSpec;
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModel;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
@@ -8,7 +9,7 @@ import lombok.Data;
|
|
|
|
|
|
@Data
|
|
@Data
|
|
@ApiModel
|
|
@ApiModel
|
|
-public class GoodsApplyItemDetail extends GoodsApply {
|
|
|
|
|
|
+public class GoodsApplyItemDetail extends GoodsApplyItem {
|
|
|
|
|
|
@ApiModelProperty(value = "规格信息")
|
|
@ApiModelProperty(value = "规格信息")
|
|
private GoodsSpec goodsSpec;
|
|
private GoodsSpec goodsSpec;
|