gongchunyi
2026-04-24 0962b43c6b8874e181107b2b6be21cdd6d198c09
src/main/java/com/ruoyi/stock/execl/StockInRecordExportData.java
@@ -5,6 +5,7 @@
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import java.math.BigDecimal;
import java.time.LocalDateTime;
@Data
@@ -16,6 +17,10 @@
    private String productName;
    @Excel(name = "规格型号")
    private String model;
    @Excel(name = "厚度(mm)")
    private BigDecimal thickness;
    @Excel(name = "单位")
    private String unit;
    @Excel(name = "入库来源")