1.规格不展示修复

This commit is contained in:
2024-07-31 16:30:35 +08:00
parent 68ed64849a
commit 420c52abbc
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ public class StockCountDTO {
private Integer isStock;
private String skuName;
private String unitName;
private String specSnap;
private Integer stockCount;
private Integer stockNumber;
}