| | |
| | | package com.java110.user.smo.impl; |
| | | |
| | | |
| | | import com.java110.core.annotation.Java110Transactional; |
| | | import com.java110.user.dao.IOwnerV1ServiceDao; |
| | | import com.java110.intf.user.IOwnerV1InnerServiceSMO; |
| | | import com.java110.dto.owner.OwnerDto; |
| | |
| | | } |
| | | |
| | | @Override |
| | | |
| | | public List<OwnerDto> queryOwners(@RequestBody OwnerDto ownerDto) { |
| | | |
| | | //校验是否传了 分页信息 |
| | |
| | | public int queryOwnersCount(@RequestBody OwnerDto ownerDto) { |
| | | return ownerV1ServiceDaoImpl.queryOwnersCount(BeanConvertUtil.beanCovertMap(ownerDto)); } |
| | | |
| | | @Override |
| | | public int queryOwnersBindCount(@RequestBody OwnerDto ownerDto) { |
| | | return ownerV1ServiceDaoImpl.queryOwnersBindCount(BeanConvertUtil.beanCovertMap(ownerDto)); |
| | | } |
| | | |
| | | } |