dashboard
repositories
filestore
activity
search
login
main
/
hazardInvestigationSystem
隐患排查综合管控系统
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
隐患二期
郑永安
2023-08-23
0a9ed7b7488de66a50799f79369d7806910ae00a
[hazardInvestigationSystem.git]
/
src
/
main
/
java
/
com
/
gk
/
hotwork
/
Service
/
InvolveDepService.java
1
2
3
4
5
6
7
8
9
10
package com.gk.hotwork.Service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.gk.hotwork.Domain.InvolveDepInfo;
public interface InvolveDepService extends IService<InvolveDepInfo> {
void deleteByName(String department);
}