gongchunyi
6 小时以前 c7cf4606c748e3ef2a4df1811b60e0ef000ff9e8
src/main/java/com/ruoyi/stock/execl/StockOutRecordExportData.java
@@ -5,6 +5,7 @@
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import java.math.BigDecimal;
import java.time.LocalDateTime;
@Data
@@ -15,6 +16,10 @@
    private String productName;
    @Excel(name = "规格型号")
    private String model;
    @Excel(name = "厚度(mm)")
    private BigDecimal thickness;
    @Excel(name = "单位")
    private String unit;
    @Excel(name = "出库来源")