zqy
2024-07-21 94b1a3bde93ad87f9347d8a08d70dd4f2318f1ce
zhang-content/src/main/java/com/ruoyi/service/ZInfoUserService.java
@@ -21,10 +21,11 @@
public interface ZInfoUserService extends IService<ZInfoUser> {
    AjaxResult selectInfoList(ZInfoUser zInfoUser, Integer pageNum, Integer pageSize);
    Boolean findByuid(Long uid, Long tfid);
    List<ZInfoUser> getDataBySex(Integer sex);
 public ZInfoUser getInfoBysysId(Long sysid);
    public ZInfoUser getInfoBysysId(Long sysid);
    AjaxResult getInfoByfid(Long fid);
   // AjaxResult updateBySysId()