SZH
2023-03-18 e2f289eb7df9a20857dfad8a90e573a80f88cd39
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 {
 
}