All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kingray.email.vo.InlineImageVo Maven / Gradle / Ivy

package com.kingray.email.vo;

import java.io.File;

/**
 * 内嵌图片

* Created by 瑛琪xiongyingqi.com on 2014/4/25 0025. */ public class InlineImageVo { private String contentId; private File file; public String getContentId() { return contentId; } public void setContentId(String contentId) { this.contentId = contentId; } public File getFile() { return file; } public void setFile(File file) { this.file = file; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy