Jinquan_Ou
2023-03-19 8ba9ddaeb71dcdf263f628d6ea2c59fd9b303ad7
zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java
@@ -2,10 +2,8 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.common.core.domain.AjaxResult;
import com.ruoyi.domain.PageParams;
import com.ruoyi.domain.ZfProperty;
import java.time.LocalDateTime;
import java.util.List;
@@ -16,6 +14,9 @@
 */
public interface IZfPropertyService extends IService<ZfProperty>
{
    List<ZfProperty> selectByCondition(ZfProperty zfProperty);
    AjaxResult selectUserList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
}