dashboard
repositories
filestore
activity
search
login
main
/
TroubleAndRiskConnectHall
forked from
TroubleAndRisk
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增管控措施不分页
huangzhen
2022-10-28
886a387463f4e0e0ad6f7c2a04d2cfab2e3aace8
[TroubleAndRiskConnectHall.git]
/
src
/
main
/
java
/
com
/
ruoyi
/
doublePrevention
/
repository
/
PreventTaskUnitAndMeasureRepository.java
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.doublePrevention.repository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface PreventTaskUnitAndMeasureRepository {
}