dashboard
repositories
filestore
activity
search
login
~zyazyz250@sina.com
/
hazardInvestigationSystem
forked from
hazardInvestigationSystem
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
用户以及要素部分修改
zhangfeng
2023-07-19
2019d3ea4088eae51b5d52a2f6245841deb26781
[~zyazyz250@sina.com/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);
}