Merge branch 'ww' into test

This commit is contained in:
wangw 2024-09-20 09:28:44 +08:00
commit c020a64469
1 changed files with 2 additions and 1 deletions

View File

@ -69,6 +69,7 @@ public class TbProductNewVo {
private Integer id;
private BigDecimal salePrice = new BigDecimal("0.00");
private String specSnap="";
private Integer isPauseSale = 0;
private Integer isPauseSale;
private Integer isGrounding;
}
}