公告板
版本库
filestore
活动
搜索
登录
main
/
test_project
软件测试过程管理
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Changes
jinlin
2023-11-10
a1f5680a33431f23cea2a6a8812bcdffc1de0c6e
[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);
}