| | |
| | | import com.dy.pipIrrGlobal.voSe.VoCardInfo1; |
| | | import com.dy.pipIrrGlobal.voSe.VoCards; |
| | | import com.dy.pipIrrGlobal.voSe.VoCards2; |
| | | import com.dy.pipIrrGlobal.voSt.VoICCard; |
| | | import com.dy.pipIrrGlobal.voWe.VoCards3; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | |
| | | List<VoCardInfo1> getCardsByAddrAndNum(@Param("cardAddr") String cardAddr, @Param("cardNum") Long cardNum); |
| | | |
| | | /** |
| | | * 根据农户主键获取水卡列表 |
| | | * 根据农户主键获取水卡列表(物理卡+虚拟卡) |
| | | * @param clientId |
| | | * @return |
| | | */ |
| | |
| | | * @param money |
| | | */ |
| | | void updateMoney(@Param("id")Long id , @Param("money")Double money); |
| | | |
| | | /** |
| | | *当前余额总量(物理卡) |
| | | * @param |
| | | * @return |
| | | */ |
| | | Double getTotalMoneyIcCards(); |
| | | } |