chenlu
2025-07-25 a9ffa322f0cf794a7da8182e1be4ca34f5ea19b6
north-glass-erp/src/main/java/com/example/erp/entity/mm/MaterialLog.java
@@ -50,5 +50,10 @@
    @ExcelProperty("创建时间")
    private LocalDate operateTime;
    @ExcelProperty("优化使用数量")
    private Integer useCount;
    private MaterialOutbound materialOutbound;
}