server/system_service/src/main/java/com/doumee/service/system/SystemUserService.java
@@ -5,6 +5,7 @@ import com.doumee.dao.system.dto.QuerySystemUserDTO; import com.doumee.dao.system.model.SystemUser; import com.doumee.dao.system.vo.SystemUserListVO; import com.doumee.dao.system.vo.UserResponse; import java.util.List; @@ -71,6 +72,7 @@ */ List<SystemUser> findList(SystemUser systemUser); List<UserResponse> getUserList(Integer bookingsId); /** * 分页查询 * @author Eva.Caesar Liu