| | |
| | | |
| | | List<ZfProperty> selectByCondition(ZfProperty zfProperty); |
| | | |
| | | AjaxResult selectPropertyList(ZfProperty zfProperty,Integer pageNum,Integer pageSize); |
| | | AjaxResult selectDataList(ZfProperty zfProperty,Integer pageNum,Integer pageSize); |
| | | List<ZfProperty> selectByIds( Long[] ids); |
| | | |
| | | List<ZfProperty> selectByFamilyIds(Long[] familyIds); |
| | | AjaxResult addData(ZfProperty zfProperty); |
| | | |
| | | AjaxResult addData2(ZfProperty zfProperty); |
| | | AjaxResult updateData(ZfProperty zfProperty); |
| | | |
| | | AjaxResult deleteData(Long[] ids); |
| | | |
| | | // AjaxResult addData2(ZfProperty zfProperty); |
| | | |
| | | AjaxResult importExcel(MultipartFile file); |
| | | } |