| | |
| | | |
| | | import com.dy.common.webUtil.QueryResultVo; |
| | | import com.dy.pipIrrGlobal.daoSe.SeLossMapper; |
| | | import com.dy.pipIrrGlobal.pojoSe.VoLoss; |
| | | import com.dy.pipIrrGlobal.pojoSe.SeLoss; |
| | | import com.dy.pipIrrGlobal.voSe.VoLoss; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.dubbo.common.utils.PojoUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | rsVo.obj = seLossMapper.getLosses(params); |
| | | return rsVo ; |
| | | } |
| | | |
| | | /** |
| | | * 添加挂失记录 |
| | | * @param po |
| | | * @return |
| | | */ |
| | | public Long add(SeLoss po) { |
| | | seLossMapper.insert(po); |
| | | return po.getId(); |
| | | } |
| | | |
| | | } |