huminmin
2026-04-23 bc319e7fcf2c3e1d91e5de2e8c421e82b15a359e
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;