futian.liu
2023-12-22 fd95223d9703b9c038ed3c782474c885052dda08
consum-base/src/main/java/com/consum/base/pojo/dto/GoodModelInfoDTO.java
@@ -20,4 +20,10 @@
    private String unit;
    private Integer counts;
    private Integer totalAmount;
    private Long baseGoodsModelsId;
    private Long price;
    private Integer worehouseCount;
    private String type;
    private String scrappedName;
}