huminmin
4 天以前 1c506371acbb461dd66773d40835fde6bfd67caf
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;