old mode 100644
new mode 100755
| | |
| | | |
| | | |
| | | import com.java110.core.base.smo.BaseServiceSMO; |
| | | import com.java110.core.smo.user.IOwnerCarAttrInnerServiceSMO; |
| | | import com.java110.intf.user.IOwnerCarAttrInnerServiceSMO; |
| | | import com.java110.dto.PageDto; |
| | | import com.java110.dto.ownerCarAttr.OwnerCarAttrDto; |
| | | import com.java110.dto.owner.OwnerCarAttrDto; |
| | | import com.java110.dto.user.UserDto; |
| | | import com.java110.po.owner.OwnerCarAttrPo; |
| | | import com.java110.user.dao.IOwnerCarAttrServiceDao; |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | return ownerCarAttrServiceDaoImpl.queryOwnerCarAttrsCount(BeanConvertUtil.beanCovertMap(ownerCarAttrDto)); |
| | | } |
| | | |
| | | @Override |
| | | public int saveOwnerCarAttr(@RequestBody OwnerCarAttrPo ownerCarAttrPo) { |
| | | return ownerCarAttrServiceDaoImpl.saveOwnerCarAttr(BeanConvertUtil.beanCovertMap(ownerCarAttrPo)); |
| | | } |
| | | |
| | | public IOwnerCarAttrServiceDao getOwnerCarAttrServiceDaoImpl() { |
| | | return ownerCarAttrServiceDaoImpl; |
| | | } |