huminmin
21 小时以前 c7e1f7e86d3bdde9021011109189003a88e48e8a
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;