典型年降雨资料下拉查询;预计可供水时间计算

master
wany 2024-07-25 15:07:09 +08:00
parent b8a50368e4
commit 3e1535adce
1 changed files with 2 additions and 2 deletions

View File

@ -40,10 +40,10 @@ import java.util.*;
public class GateValveRealService extends ServiceImpl<GateValveRealMapper, GateValveReal>
{
@Resource
private GateValveKeyAutoDao gateValveKeyAutoDao;
private com.gunshi.project.xyt.model.GateValveKeyAutoDao gateValveKeyAutoDao;
@Resource
private GateValveOplogAutoDao gateValveOplogAutoDao;
private com.gunshi.project.xyt.model.GateValveOplogAutoDao gateValveOplogAutoDao;
@Resource
private ReservoirWaterService reservoirWaterService;