修改打印时间
This commit is contained in:
@@ -11,4 +11,15 @@ public class ProductInfo implements Serializable {
|
||||
private String productName;
|
||||
private Integer num;
|
||||
private BigDecimal amount;
|
||||
|
||||
|
||||
public ProductInfo(String productName, Integer num, BigDecimal amount) {
|
||||
this.productName = productName;
|
||||
this.num = num;
|
||||
this.amount = amount;
|
||||
}
|
||||
|
||||
public ProductInfo() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user