futian.liu
2023-12-21 8cbe2b4e7c708fb6fef901915b8081a19c49213b
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;
}