公告板
版本库
filestore
活动
搜索
登录
main
/
test_project
软件测试过程管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge remote-tracking branch 'origin/master'
zzw
2023-11-28
7748cd8a79548e94299d24e080c4650924a215da
[test_project.git]
/
zt
/
common
/
src
/
main
/
java
/
com
/
zt
/
common
/
entity
/
IBusiLevel.java
1
2
3
4
5
6
7
8
9
package com.zt.common.entity;
public interface IBusiLevel extends ICompanyLevel {
Long getDeptId();
void setDeptId(Long deptId);
}