huminmin
2026-05-07 c1608e8e40d61f0e90d4cf90e11e739b8b37c17c
src/main/java/com/ruoyi/basic/dto/ProductModelExportDto.java
@@ -14,6 +14,8 @@
 */
@Data
public class ProductModelExportDto {
    @Excel(name = "物料编号")
    private String materialCode;
    @Excel(name = "规格型号")
    private String model;