Jinquan_Ou
2023-03-18 c8aea93bb0abfa8b118b631c1edf74c031386b7e
zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java
@@ -16,6 +16,9 @@
 */
public interface IZfPropertyService extends IService<ZfProperty>
{
    List<ZfProperty> selectByCondition(ZfProperty zfProperty);
    AjaxResult selectUserList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
}