futian.liu
2023-12-09 09ff6c03b1d1b89fe08b7354ac936b7c81e5a3aa
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;
}