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

com.github.zj.dreamly.mail.entity.UniversalAttachment Maven / Gradle / Ivy

There is a newer version: 1.0.0-beta.6
Show newest version
package com.github.zj.dreamly.mail.entity;

import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;

/**
 * 

UniversalAttachment

* * @author: 苍海之南 * @since: 2019-09-04 16:59 **/ @Data @AllArgsConstructor @Builder @NoArgsConstructor public class UniversalAttachment { private String path; private String cid; private String name; private String contentType; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy