| | |
| | | |
| | | import com.dy.common.webUtil.QueryResultVo; |
| | | import com.dy.pipIrrGlobal.daoSe.SeCancelMapper; |
| | | import com.dy.pipIrrGlobal.pojoSe.VoCancel; |
| | | import com.dy.pipIrrGlobal.pojoSe.SeCancel; |
| | | import com.dy.pipIrrGlobal.voSe.VoCancel; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.dubbo.common.utils.PojoUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | rsVo.obj = seCancelMapper.getCancels(params); |
| | | return rsVo ; |
| | | } |
| | | |
| | | /** |
| | | * 添加注销记录 |
| | | * @param po |
| | | * @return |
| | | */ |
| | | public Long add(SeCancel po) { |
| | | seCancelMapper.insert(po); |
| | | return po.getId(); |
| | | } |
| | | } |