puhanshu
2021-10-13 f7c16d24f7cb0d2b9e03ec24bfdbb72a11def5f9
springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/warehouse/ComActWarehouseApplyExcelVO.java
@@ -5,6 +5,7 @@
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
import java.net.URL;
import java.util.Date;
/**
@@ -45,8 +46,8 @@
    /**
     * 领取图片
     */
    @ExcelProperty(value = "领取图片",converter = StringImageConverter.class,index = 11)
    private String receiveUrl;
    @ExcelProperty(value = "领取图片",index = 11)
    private URL receiveUrl;
    /**
     * 提交时间
@@ -95,6 +96,6 @@
    /**
     * 物品图片
     */
    @ExcelProperty(value = "物品图片",index = 5,converter = StringImageConverter.class)
    private String image;
    @ExcelProperty(value = "物品图片",index = 5)
    private URL image;
}