公告板
版本库
filestore
活动
搜索
登录
戚荣
/
qyksxt
青阳考试系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat:随机试卷补考
龚焕茏
2024-05-17
6bf6111fdd4245cf6f4c5cfad9314fe8d570bd98
[~qirong/qyksxt.git]
/
src
/
main
/
java
/
com
/
mindskip
/
xzs
/
domain
/
vo
/
UserSourceVO.java
1
2
3
4
5
6
7
8
package com.mindskip.xzs.domain.vo;
import java.io.Serializable;
public class UserSourceVO implements Serializable {
private Integer userId;
}