You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tianze-pro/web/src/main/java/com/ibeetl/jlw/entity/UniversitiesCollegesRuleInf...

29 lines
503 B
Java

package com.ibeetl.jlw.entity;
import lombok.Data;
/**
* --
* @author mlx
*/
@Data
public class UniversitiesCollegesRuleInfo {
/**
*
*/
private Integer courseInfoCount;
/**
*
*/
private Integer applicationCount;
/**
*
*/
private Integer teacherCount;
/**
*
*/
private Integer studentCount;
}