双重预防项目-国泰新华二开定制版
huangzhen
2023-04-25 6fa23abc9414a44aa790a2f53ddb9d9c69f54257
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 {
 
}