| | |
| | | import com.oying.utils.FileUtil; |
| | | import com.oying.utils.PageResult; |
| | | import com.oying.utils.PageUtil; |
| | | import com.oying.utils.SecurityUtils; |
| | | import lombok.RequiredArgsConstructor; |
| | | import org.springframework.stereotype.Service; |
| | | import org.springframework.transaction.annotation.Transactional; |
| | |
| | | map.put("商品名称", product.getName()); |
| | | map.put("商品标题", product.getTitle()); |
| | | map.put("分类ID", product.getCategoryId()); |
| | | map.put("状态:1000-草稿 1001上架 1002下架", product.getStatus()); |
| | | map.put("主图片", product.getMainImage()); |
| | | map.put("详情图片", product.getDetailImage()); |
| | | map.put("状态", product.getStatus()); |
| | | map.put("主图片", product.getMainImageId()); |
| | | map.put("主图地址", product.getMainImageUrl()); |
| | | map.put("商品描述", product.getDescription()); |
| | | map.put("销售价格", product.getPrice()); |
| | | map.put("库存数量", product.getStockQuantity()); |