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