mitao
2025-02-23 7658b1364caa5df10d232117d7728a8a96f57b75
springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/java/com/panzhihua/sangeshenbian/service/ISystemUserService.java
@@ -6,6 +6,8 @@
import com.panzhihua.sangeshenbian.warpper.SystemUserList;
import com.panzhihua.sangeshenbian.warpper.SystemUserListVo;
import java.util.Optional;
/**
 * @author zhibing.pu
 * @Date 2025/2/18 22:30
@@ -18,4 +20,9 @@
    * @return
    */
   IPage<SystemUserListVo> list(Integer accountLevel, SystemUserList query);
   /**
    * 根据手机号码查询小程序用户在三个身边的上级角色用户
    */
   Optional<SystemUser> getSystemUserByPhone(String phone);
}