package com.zhongzhi.dto.project; import lombok.Data; @Data public class PrintAttachmentDTO { private String printAttachment; private String printAttachmentType; private String printAttachmentName; private String projectGroup; }