修复Product.java尾部空格问题

main
刘思晗 2 days ago
parent 7b1968131d
commit d063fa9430

@ -14,8 +14,8 @@ public class Product {
public Product() {
}
public Product(Integer productId, String productName, String isPopular,
Double marketPrice, Double salesPrice, String productImage,
public Product(Integer productId, String productName, String isPopular,
Double marketPrice, Double salesPrice, String productImage,
String categoryName, String description, String listDate) {
this.productId = productId;
this.productName = productName;

Loading…
Cancel
Save