|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoSe.SeClientCard; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.VoCardInfo; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.VoCardInfo1; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.VoCards; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.VoCards2; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.*; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSt.VoCardUsage; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voWe.VoCards3; | 
|---|
|  |  |  | import org.apache.ibatis.annotations.Mapper; | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | Integer emptyCardBalance(@Param("orderNumber")String orderNumber); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 充值机用获取农户水卡信息 | 
|---|
|  |  |  | * @param cardAddr | 
|---|
|  |  |  | * @return | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | VoTermCard getTermCardInfo(@Param("cardAddr")String cardAddr); | 
|---|
|  |  |  | } | 
|---|