buhuazhen
2026-04-15 4a50cd45e9b24edd68979c0b168e386d51987e49
src/main/java/com/ruoyi/basic/dto/ProductModelExportDto.java
@@ -15,10 +15,17 @@
@Data
public class ProductModelExportDto {
    @Excel(name = "产品名称")
    private String productName;
    @Excel(name = "规格型号")
    private String model;
    @Excel(name = "单位")
    @Excel(name = "主单位")
    private String unit;
    @Excel(name = "辅单位")
    private String subUnit;
}