公告板
版本库
filestore
活动
搜索
登录
戚荣
/
qyksxt
青阳考试系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
部门增加字段
xiangpei
2024-07-05
f21d15ba2d2456946808cf86e904eebe9a5dcba4
[~qirong/qyksxt.git]
/
src
/
main
/
java
/
com
/
mindskip
/
xzs
/
base
/
BaseEntity.java
1
2
3
4
5
6
7
8
9
10
11
12
package com.mindskip.xzs.base;
/**
* @version 3.3.0
* @description: The type Base entity.
* Copyright (C), 2019-2021, 武汉思维跳跃科技有限公司
* @date 2021 /5/26 10:45
*/
public abstract class BaseEntity {
}