Jinquan_Ou
2023-03-19 6e7c7a2ceaf1d8d79b8b53e5e235f7827d93d323
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);
}