MatchCollegeVodsVO.java
387 Bytes
package com.subsidy.vo.college;
import lombok.Data;
@Data
public class MatchCollegeVodsVO {
private Long id;
private String courseName;
private String userName;
private String position;
private String title;
private String education;
private String major;
private String telephone;
private String vodUrl;
private String uploadDate;
}