Blame view

PrintAttachmentDTO.java 251 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.zhongzhi.dto.project;

import lombok.Data;

@Data
public class PrintAttachmentDTO {

    private String printAttachment;

    private String printAttachmentType;

    private String printAttachmentName;

    private String projectGroup;
}