Blame view

QueryTaskDetailDTO.java 203 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package com.meishu.dto.task;

import lombok.Data;


/**
 * @author: tuyp
 * @create: 2020-06-28 10:53
 */
@Data
public class QueryTaskDetailDTO {

    private Integer id;

    private String subject;

}