更新全选打包

This commit is contained in:
19991905653
2024-04-03 15:39:24 +08:00
parent 95e68d745e
commit baedf85e77
6 changed files with 39 additions and 11 deletions

View File

@@ -12,5 +12,6 @@ public class OrderDetailPo {
private String productName;
private String status;
private Integer productNum;
private Integer returnNum;
private BigDecimal orderAmount;
}