zss
3 天以前 5ee7ec8af78200fd2d6a515e53d3eca019e45332
src/main/java/com/ruoyi/basic/dto/ProductModelExportDto.java
@@ -15,6 +15,9 @@
@Data
public class ProductModelExportDto {
    @Excel(name = "产品编码")
    private String productCode;
    @Excel(name = "规格型号")
    private String model;