You need to sign in or sign up before continuing.
QueryItemsVO.java 453 Bytes
package com.subsidy.vo.group;

import lombok.Data;

@Data
public class QueryItemsVO {

    private Long id;

    private String groupName;

    private Integer groupNum;

    private String projectName;

    private String submitStatus;

    private String score;

    private String college;

    private String userName;

    private String vodUrl;

    private String supportFile;

    private String attachment;

    private String projectTrack;

}