删除排序

master
WeiRan 2024-08-30 11:56:58 +08:00
parent 2a8f61f299
commit 31fb0db890
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,10 @@ public class ProductListResp {
* *
*/ */
private String productName; private String productName;
/**
*
*/
private String productType;
/** /**
* *
*/ */
@ -90,6 +94,7 @@ public class ProductListResp {
.productId(product.getProductId()) .productId(product.getProductId())
.productName(product.getProductName()) .productName(product.getProductName())
.productPrice(product.getProductPrice()) .productPrice(product.getProductPrice())
.productType(product.getProductType())
.productContent(product.getProductContent()) .productContent(product.getProductContent())
.productState(product.getProductState()) .productState(product.getProductState())
.productSales(product.getProductSales()) .productSales(product.getProductSales())