小班相关
This commit is contained in:
@@ -6,6 +6,8 @@ import com.baomidou.mybatisplus.annotation.TableLogic;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@Data
|
||||
@TableName("class")
|
||||
@@ -25,6 +27,8 @@ public class ClassEntity {
|
||||
|
||||
private String content;
|
||||
|
||||
private Integer number; //成员数量
|
||||
|
||||
private Integer createUserid;
|
||||
|
||||
private Date createTime;
|
||||
@@ -38,5 +42,12 @@ public class ClassEntity {
|
||||
|
||||
@TableField(exist = false)
|
||||
private Object createUser;
|
||||
@TableField(exist = false)
|
||||
private String type;
|
||||
@TableField(exist = false)
|
||||
private ClassModel classModel;
|
||||
@TableField(exist = false)
|
||||
private List<Map<String,Object>> classUsers;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user