Jinquan_Ou
2023-04-13 9aff69d38fa75981560ce21807be4b30122ef8f4
zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java
@@ -3,6 +3,7 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.ZfProperty;
import org.springframework.web.multipart.MultipartFile;
import java.util.List;
@@ -17,6 +18,9 @@
    List<ZfProperty> selectByCondition(ZfProperty zfProperty);
    AjaxResult selectUserList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
    AjaxResult selectPropertyList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
    int addProperty(ZfProperty zfProperty);
    AjaxResult importExcel(MultipartFile file);
}